Structures - Features,Properties
Q. Which of the following is correct about structure in c++?- Published on 17 Jun 15a. structure does not support inheritance but class supports.
b. class data members are private by default while structures are public by default.
c. structure cannot be declared as abstract.
d. All of the above.
ANSWER: All of the above.