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

What are the differences between a C++ struct and C++ class?
A: The default member and base-class access specifiers are different.

No comments: