

MCQOPTIONS
Saved Bookmarks
1. |
A struct is the same as a class except that |
A. | there are no member functions. |
B. | all members are public. |
C. | cannot be used in inheritance hierarchy. |
D. | it does have a this pointer. |
Answer» D. it does have a this pointer. | |