Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 704 Bytes

what-does-it-cost-me-to-derive-a-class-from-cobject-q.md

File metadata and controls

14 lines (11 loc) · 704 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: What Does it Cost me to Derive a Class from CObject?
What Does it Cost me to Derive a Class from CObject?
11/04/2016
CObject class [MFC], overhead of derived classes [MFC]
9b92c98b-b3dd-48a7-9d24-c3b8554edf90

What Does it Cost me to Derive a Class from CObject?

The overhead in deriving from class CObject is minimal. Your derived class inherits only four virtual functions and a single CRuntimeClass object.

See also

CObject Class: Frequently Asked Questions