Multiple choice technology programming languages

The principal base class for the Microsoft Foundation Class Library is

  1. CMenu

  2. CWnd

  3. CObject

  4. CWinApp

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

CObject is the root base class for the entire MFC hierarchy. It provides essential services like serialization, runtime type information, and diagnostic support. All other MFC classes derive from CObject.