Multiple choice technology programming languages

Useful Features of CObject classes are

  1. serialization support

  2. platform independent

  3. object diagnostic output

  4. run-time class information

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

CObject provides serialization support through the Serialize method, runtime class information via DECLARE_DYNAMIC/IMPLEMENT_DYNAMIC macros, and diagnostic dumping through Dump. Platform independence is not a feature - CObject is part of Windows-specific MFC.