Interview Questions

What are the differences between a C++ struct and C++ class?

C++ Interview Questions and Answers


(Continued from previous question...)

What are the differences between a C++ struct and C++ class?

The default member and base-class access specifiers are different.

(Continued on next question...)

Other Interview Questions