class
class
- A C++ aggregate that may contain functions, types,
and user-defined operators in addition to data. Classes may be defined hierarchically,
allowing one class to be derived from another, and may restrict access to
its members.
- A user-defined data type. A class data type can
contain both data representations (data members) and functions (member functions).
[Back: child]
[Next: class library]