---
title: "Name few classes in MFC which are not derived from CObject class ?"  
description: "Name few classes in MFC which are not derived from CObject class ?"  
author: "Anonymous User"  
published: 2011-03-28  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/659/name-few-classes-in-mfc-which-are-not-derived-from-cobject-class  
category: "visual c++"  
tags: ["visual c++", "mfc", "cobject", "derived", "mindstick", "interview question"]  
reading_time: 1 minute  

---

# Name few classes in MFC which are not derived from CObject class ?

**ActiveX Type Wrappers**

CFontHolder \
CPictureHolder

\
**Automation Types**

COleCurrency \
COleDateTime \
COleDateTimeSpan \
COleVariant

## Run-Time Object Model Support

CArchive \
CDumpContext \
CRuntimeClass

\
**Simple Value Types**\
CPoint \
CRect \
CSize \
CString \
CTime \
CTimeSpan

## Structures

CCreateContext \
CPrintInfo \
CRunTimeClass

## Support Classes

CCmdUI \
CDataExchange \
CLongBinary \
COleDispatchDriver \
CPropExchange

\
**Synchronization Support**

CSingleLock \
CMultiLock \
CRectTracker \
CWaitCursor

## Typed Template Collections

CTypedPtrArray \
CTypedPtrList \
CTypedPtrMap

\
**Windows CE Database Classes**

CCeDBEnum \
CCeDBRecord.

## Answers

### Answer by Anonymous User

**ActiveX Type Wrappers**

CFontHolder \
CPictureHolder

\
**Automation Types**

COleCurrency \
COleDateTime \
COleDateTimeSpan \
COleVariant

## Run-Time Object Model Support

CArchive \
CDumpContext \
CRuntimeClass

\
**Simple Value Types**\
CPoint \
CRect \
CSize \
CString \
CTime \
CTimeSpan

## Structures

CCreateContext \
CPrintInfo \
CRunTimeClass

## Support Classes

CCmdUI \
CDataExchange \
CLongBinary \
COleDispatchDriver \
CPropExchange

\
**Synchronization Support**

CSingleLock \
CMultiLock \
CRectTracker \
CWaitCursor

## Typed Template Collections

CTypedPtrArray \
CTypedPtrList \
CTypedPtrMap

\
**Windows CE Database Classes**

CCeDBEnum \
CCeDBRecord.


---

Original Source: https://www.mindstick.com/interview/659/name-few-classes-in-mfc-which-are-not-derived-from-cobject-class

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
