Review
View classes as modules
Encapsulate operations
functions are static methods
View classes as struct types
Encapsulate data
class C { ...}
C o; // o is a reference
o = new C(); // o is a reference to the created object
Next slide
Back to first slide
View graphic version