CSC134 Object Oriented Programming in C++ - Section 02
Fall 2003
Professor Emmi Schatz


SYLLABUS

Week Of Reading Topic
January 23 Chapter 6 Functions: prototypes (review), parameters (review), default arguments, inline functions, overloading
January 30 Chapter 12 C Style Strings: arrays of char, null byte, get and getline
February 6 Chapter 7 Classes: class definition, class instantiation, using multiple files, accessor and mutator methods
February 13 Chapter 7 Classes: constructors, destructors
February 20 Chapter 8 More on Classes: assignment operator, copy constructor, static members and methods, friends
EXAM 1
February 27 Chapter 8 Operator Overloading
March 6 Chapter 13 Pointers: declaring, dereferencing, arrays and pointers
March 13   No Class - Spring Break
March 20 Chapter 13 Dynamic Allocation
March 27 Chapter 13 Pointers: pointer arithmetic, passing pointers, pointers and strings
EXAM 2
April 3 Chapter 12 C Style String library functions, String class
April 10 Chapter 12 String class
April 17 Chapter 9 Inheritance and Polymorphism
EXAM 3
Last Day to Withdraw - April 17
April 24 Chapter 9 Inheritance and Polymorphism
May 1 Chapter 9 Inheritance and Polymorphism
May 8   Review
May 9, 10, 11   FINAL EXAM



Email Me | Office Hours | My Home Page | Department Home | MCC Home Page

© Copyright Emmi Schatz 2003