ATTENTION: THIS WEB SITE HAS MOVED.
The pages you are looking at are no longer being maintained.
Please go to http://www.poly.edu/cis/
to visit the new site of the Department of Computer and Information Science
at Polytechnic University.
CS220 - Object Oriented Programming with C++
Basic
concepts of object-oriented programming. The C++ data types, input and output. Classes,
member functions, and control of access. Constructors and destructors, operator
overloading. Inheritance and derived classes. Polymorphism and virtual functions. The C++
I/O library. Advanced features. Applications.
Prerequisites:CS201 (C++ version) or CS212