CIT141 — Programming in C++
Extends the knowledge of programming by demonstrating how C++ implements the basic constructs of Object Oriented Programming (OOP). Encapsulation, inheritance and polymorphism, the three fundamental criteria for OOP, will be examined closely. Students will implement C++ programs organized as a cooperative collection of objects, each of which represents an instance of some class, and whose classes are all members of a hierarchy of classes united via different kinds of class relationships. In addition, exception handling and object persistence will be deployed in these classes.
Prerequisites: MTH-108, CIT-134