What is the difference between a structure and a class in C++?
A. Structures support inheritance
B. Classes support only member functions
C. By default, members of a class are private, while members of a structure are public
D. Structures cannot contain member functions
Answer: Option C
Join The Discussion