391. Which class control application level interaction with Windows:
Correct answer: (B)
Application Class
392. What is handled by CDocument class in MFC application:
Correct answer: (B)
Data
393. The interaction between user and the document is handled by:
Correct answer: (C)
View Class
394. What type of application is built by AppWizard in MFC:
Correct answer: (D)
All of these
395. SDI stands for:
Correct answer: (C)
Single Document Interface
396. MDI stands for:
Correct answer: (D)
Multiple Document Interface
397. Which class is created by MFC while creating a project named “Hello” using MFC AppWizard:
Correct answer: (D)
All of these
398. In a MFC which file contains all standard ‘include files:’
Correct answer: (A)
stdafx.cpp
399. Events are occurred in any windows application when user
Correct answer: (D)
All of these
400. Event messages are sent to
Correct answer: (B)
Window