Difference between revisions of "OOP Final Review"

esse quam videri
Jump to: navigation, search
 
Line 2: Line 2:
 
{{OOP Review Midterm}}
 
{{OOP Review Midterm}}
  
*[[OOP Class8]]  C Sharp on the web and windows forms
+
*[[OOP Class8]]  C Sharp UI and windows forms
**Aspx
+
**Universal Apps and WPF
 
**Web Forms
 
**Web Forms
 
*[[OOP Class9]]  Interfaces
 
*[[OOP Class9]]  Interfaces
Line 9: Line 9:
 
**PolyMorphism
 
**PolyMorphism
 
*[[OOP Class10]] Start Patterns Events and Delegation Classes and Objects
 
*[[OOP Class10]] Start Patterns Events and Delegation Classes and Objects
*[[OOP Class11]] Head Start Patterns Duck study Strategy Pattern
+
*[[OOP Class11]] Interfaces
 
**Problems with inheritance
 
**Problems with inheritance
 
**Strategy Pattern
 
**Strategy Pattern
*[[OOP Class12]] Classes and web controls
+
*[[OOP Class12]] IComparable Interfaces
**Web Forms and Session Variables
+
**Collections
**Web Forms and Application Variables
+
**Strategy Pattern
*[[OOP Class13]] Observer Pattern
+
*[[OOP Class13]] Practical Review
 
*[[OOP Class14]] Files and Mail and Review oh my
 
*[[OOP Class14]] Files and Mail and Review oh my
 
**Review
 
**Review
 
*[[OOP Class15]]
 
*[[OOP Class15]]
 
**Take Final
 
**Take Final

Latest revision as of 16:21, 29 November 2016

  • OOP Class1 Introduction to .NET and C#
    • Compliled vs Interpreted Languages
  • OOP Class2 C# fundamentals
    • Basic Data Types
    • Operators
    • Conversion Casting
    • Constants
    • Arrays
      • Single Arrays
      • Multi Dimensianal Arrays
      • Jagged Arrays
      • Enumerators
  • OOP Class3 CSharp Control Structures
    • Operators
    • Branching Statements
      • Branching
        • If
        • Switch
      • Looping
        • for
        • foreach
        • do
        • while
  • OOP Class4 Classes and Objects
    • Encapsulation
    • Classes
      • Fields
      • Methods
      • Constuctor
    • Overloading
  • OOP Class5 Object Relationships
    • Access Modifiers
    • Accessors
    • Static Members
    • Relationships
      • Association 'Uses a'
      • Containment 'Has a'
      • Inhertance 'Is a'
  • OOP Class6 Object Relation Ships 2 / UML
    • UML
    • Inheritance 'Is A'
    • Virual Functions Override
    • Polymorphism
    • Structs
  • OOP Class7 Polymorphism / Visual Studio 2005
    • Fancy Arrays
    • Colections
    • Polymorphism