Multiple choice technology programming languages

Functionality of CObject

  1. RTTI

  2. Serialization

  3. multiple document interface

  4. diagnostic and debugging

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

CObject provides three core capabilities: RTTI (Runtime Type Information) through IsKindOf() and GetRuntimeClass(), serialization support through Serialize(), and diagnostic/debugging support through AssertValid() and Dump(). MDI (Multiple Document Interface) is an application architecture pattern handled by higher-level MFC classes, not CObject.