Tag: programming languages

Questions Related to programming languages

The CControlBar class gives standard implementation for:

  1. Resizing te control bar

  2. Aligning the control bar to the top, bottom, or either side of the frame.

  3. Supporting the implementation of derived classes.

  4. Allocating control item arrays.


Correct Option: B,C,D
  1. CWnd Destroy member function

  2. Explicitly deleting with the delete operator.

  3. Manually closing the windows

  4. Calling CWnd::DestroyWindow or the Windows API DestroyWindow.


Correct Option: B,D

The application that uses the regular DLL does not have to use MFC and does not have to be a Visual C++ application.

  1. True

  2. False


Correct Option: A
  1. Standard window toolkit

  2. Standard widget toolkit

  3. Standard window tool

  4. Standard widget tool


Correct Option: B