Object and Class Concepts
- Object: entities in computer program with three characteristic concepts:
-
- Class: Collection of similar objects
A class definition must include
- the operations that are allowed on the objects of the class
- possible states for objects of the class
An instance of a class is an objects that belongs to that class.