What is a class?

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.

This entry was posted in C Programming, C++, VC++. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>