Summary of the Course
This is a project-based, lab-oriented course aimed at learning the fundamentals
of Object-Oriented Program development in C++. Topics include
1. Object-Oriented programming concepts
2. The C++ Program Structure
4. Functions, Scope, and the Free Store
7. Class Derivation and inheritance
8. Multiple inheritance, and polymorphism
9. Object-Oriented Analysis and Design
10 OOP testing techniques