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 :

  1. A.

    win.txt

  2. B.

    win.main

  3. C.

    win.std

  4. 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).

Explore the full course: Nta Ugc Net Paper 2

Loading lesson…