Classes
A class represent a concept.
A class encapsulates state (attributes) and behavior (operations).
Each attribute has a type.
Each operation has a signature.
The class name is the only mandatory information.
Previous slide
Next slide
Back to first slide
View graphic version