An error occurred while fetching the topics. Please try again later.
1.

difference b/w c++ struct and c++ class is

A. both are same.
B. Struct defaults to public member access while class defaults to private member access.
C. Struct defaults to public base class inheritance while class defaults to private base class inheritance.
D. B & C.
Answer» E.


Discussion

No Comment Found