Home » C++ Programming » Objects and Classes

Which of the following is the only technical difference between structures and classes in C++?

Correct Answer: Member function and data are by default public in structures but private in classes.

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion