111. Where the fundamental classes of MFC are declared:
Correct answer: (A)
afxwin.h
112. Which application we will use to make program more portable:
Correct answer: (A)
WindowsAPI
113. Which applications are used to load, view, edit and save documents which prepared in VC++:
Correct answer: (C)
MFC
114. Which are the member functions of application frameworkâs device context class CDC:
Correct answer: (D)
All of these
115. Which argument keeps a combination flag that checks whether key is being pressed at the same time with the other keys:
Correct answer: (C)
nFlags
116. Which attribute combines the meaning of two icons:
Correct answer: (D)
All of these
117. Which class is provided by MFC library:
Correct answer: (A)
CScrollView
118. Which class is used by MFC to create the frame:
Correct answer: (C)
CMainWnd
119. Which class is used to create a Window frame:
Correct answer: (A)
CFrameWnd
120. Which class is used to display something on screen:
Correct answer: (A)
CWinApp