Multiple choice technology programming languages

MFC application wizard does not provide support for serialization of document data.

  1. True

  2. False

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

MFC Application Wizard DOES provide serialization support through the CArchive class and DECLARE_SERIAL/IMPLEMENT_SERIAL macros. The document/view architecture includes built-in serialization hooks in the CDocument class. The statement is false because MFC has comprehensive serialization support designed into the framework.