Multiple choice technology programming languages

a)A CDocument is owned by a CDocTemplate. b)The CWinApp object owns all frame windows in the application. c)The CFrameWnd is responsible for creating windows in the client area of the frame.

  1. b only

  2. a and b

  3. b and c

  4. all the above

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

In MFC, a CDocument is managed by a CDocTemplate, the CWinApp object manages the application's frame windows, and CFrameWnd creates the client area windows, making all statements correct.