Multiple choice technology programming languages

An application built on the framework can have multiple objects of a class derived from CWinApp.

  1. True

  2. False

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

An MFC application must have exactly one unique object of a class derived from CWinApp. Having multiple CWinApp objects in a single application is not allowed.