Introduction to Object Oriented Programming
Topics Covered in This Course:
In Section 1 of this course you will cover these topics:
C++ basics
Flow of control
In Section 2 of this course you will cover these topics:
Function basics
Parameters and overloading
In Section 3 of this exam you will be evaluated on below listed topics:
Arrays
Structures and classes
Constructors and other tools
In Section 4 of this course you will cover these topics:
Operator overloading, friends, and references
Strings
Pointers and dynamic arrays
Separate compilation and namespaces
In Section 5 of this course you will cover these topics:
Streams and file i/o
Recursion
Inheritance
Polymorphism and virtual functions
Templates
Linked data structures
Exception handling
Standard template library
Patterns and uml