First page Back Continue Last page Graphics
Prata Chapter 10
Classes (CS160 similar, CS120 new)
Uses the struct syntax (class instead of struct).
A struct is simply a class whose members are public by default.
C++ adds member functions.
Adds public: and private: access control (protected: later).
Many more semantic possibilities.