1.

Which of the following is correct about structure in c++?

A. 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» E.


Discussion

No Comment Found