Difference between revisions of "OOP Final Review"

esse quam videri
Jump to: navigation, search
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:oop]]
+
[[Category:Object Oriented Programming]]
*[[OOP Class1]] Introduction to .NET and C#
+
{{OOP Review Midterm}}
**Compliled vs Interpreted Languages
+
 
*[[OOP Class2]]  C# fundamentals
+
*[[OOP Class8]]  C Sharp UI and windows forms
**Basic Data Types
+
**Universal Apps and WPF
**Operators
+
**Web Forms
**Conversion Casting
 
**Constants
 
**Arrays
 
***Single Arrays
 
***Multi Dimensianal Arrays
 
***Jagged Arrays
 
***Enumerators
 
*[[OOP Class3]]  [[CSharp Control Structures]]
 
**
 
*[[OOP Class4]]  Classes and Objects
 
*[[OOP Class5]]  Object Relationships
 
*[[OOP Class6]]  Object Relation Ships 2 / UML
 
*[[OOP Class7]]  Polymorphism / Visual Studio 2005
 
*[[OOP Class8]]  C Sharp on the web and windows forms
 
 
*[[OOP Class9]]  Interfaces
 
*[[OOP Class9]]  Interfaces
 +
**Interfaces
 +
**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
*[[OOP Class12]] Classes and web controls
+
**Problems with inheritance
*[[OOP Class13]] Observer Pattern
+
**Strategy Pattern
 +
*[[OOP Class12]] IComparable Interfaces
 +
**Collections
 +
**Strategy Pattern
 +
*[[OOP Class13]] Practical Review
 
*[[OOP Class14]] Files and Mail and Review oh my
 
*[[OOP Class14]] Files and Mail and Review oh my
 +
**Review
 
*[[OOP Class15]]
 
*[[OOP Class15]]
 +
**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