Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.02 KB

root-class-cobject.md

File metadata and controls

20 lines (15 loc) · 1.02 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Root Class: CObject
Root Class: CObject
11/04/2016
base classes [MFC], MFC objects
classes [MFC], MFC base class [MFC]
root class [MFC]
MFC, base class
593706f3-e9e5-435f-815d-e7b5176b2a61

Root Class: CObject

Most of the classes in the Microsoft Foundation Class (MFC) Library are derived from a single base class at the root of the class hierarchy. CObject provides a number of useful capabilities to all classes derived from it, with very low overhead. For more information about CObject and its capabilities, see Using CObject.

CObject
The ultimate base class of most MFC classes. Supports serializing data and obtaining run-time information about a class.

CRuntimeClass
Structure used to determine the exact class of an object at run time.

See also

Class Overview