TOPIC 12.2.1
Examples of Classes and Objects
Many examples of Classes and Objects could be illustrated. From animals to computers, all can be represented in C++ by a class. After gaining experience with classes it will become easier to determine the properties and actions the object will contain. The following examples should help in the creation of objects.
What properties should the objects below contain? One answer is shown.