

MCQOPTIONS
Saved Bookmarks
1. |
What should be done for data member to be of user defined structure type? |
A. | The structure must have been defined before class. |
B. | The structure must have been defined after the class definition |
C. | The structure must be predefined |
D. | The structure type data members can’t be used |
Answer» B. The structure must have been defined after the class definition | |