According to Rumbaugh & Co, "an object class describes a group of objects with similar properties (attributes), common behavior (operations), common relationships to other objects, and common semantics." In one word class is a type. This is a way to create a new types of objects in C++. You may then proceed to explanation on the class structure, level of access and so on.
Comments