Notes: In practice avoid protected data members and private inheritance!
Bonus for Perfect Project 3 today at start of class.
int f() {static int c=0; c=c+1; return c; }
...
cout << f() << "\n";
cout << f() << "\n";
cout << f() << "\n";
cout << f() << "\n";
int f() { int c=0; c=c+1; return c; }
Next project due in next class. Next quiz in next class and on chapters 16,17,18, and P3.
(2011 Memorial Day): Holiday on Monday.