Multiple choice technology programming languages The principal base class for the Microsoft Foundation Class Library is CMenu CWnd CObject 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.