Vidyalelo
C++ Programming · Q18

Structures and Unions in C++

Programming · C++ Programming · question 18

Q18

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
Answer
D.
Structures cannot contain member functions

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board