Multiple choice technology programming languages Which application uses the Document/View Architecture concept? Dialog based Menu based Frame based 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.