Multiple choice technology programming languages

Which of the following are the characteristics of wizard page

  1. overlapped

  2. style

  3. enabled

  4. border

Reveal answer Fill a bubble to check yourself
B,D Correct answer
Explanation

In MFC, wizard pages (CPropertyPage) have style and border as key characteristics that define their appearance and behavior. The style property determines the page's visual style, while the border defines its edge presentation. 'Overlapped' is not a characteristic of wizard pages in this context, and 'enabled' is a state rather than a defining characteristic.