The permitted ways to destroy a Windows object are

  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

Find more quizzes: