All the classes necessary for windows programming are available in the module :
2014
All the classes necessary for windows programming are available in the module :
- A.
win.txt
- B.
win.main
- C.
win.std
- D.
MFC
Attempted by 87 students.
Show answer & explanation
Correct answer: A
Final answer: win.txt
Why this is correct:
The module win.txt contains the Windows-specific classes and definitions used for Windows programming in this environment.
Selecting this module gives you access to the classes and APIs needed to create Windows GUI applications.
Why the other choices are not correct:
win.main: This is not the module that provides Windows class definitions; it does not contain the Windows GUI classes referenced by the question.
win.std: This name does not correspond to the module supplying the Windows-specific classes in this context.
MFC: Stands for Microsoft Foundation Classes, which is a separate C++ framework and not the module referred to by the question.
Tip: When asked which module provides Windows programming classes in this material, choose the module explicitly named to contain Windows classes (here, win.txt).