Multiple choice technology programming languages

The MFC library implements a Windows menu, from the Win32’s HMENU class, through the CMenu class

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The MFC library wraps the Windows HMENU handle and provides menu management functionality through the CMenu class. Thus, the statement is true.