Multiple choice technology programming languages

Which application uses the Document/View Architecture concept?

  1. Dialog based

  2. Menu based

  3. Frame based

  4. Form based

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

In MFC, the Document/View architecture is implemented using frame windows (CFrameWnd or CMDIFrameWnd) to manage the presentation and user interaction. Dialog-based and form-based applications do not strictly rely on this architecture.