πŸ“Š C++
Q. Which of the following is the only technical difference between structures and classes in C++?
  • (A) Member function and data are by default protected in structures but private in classes.
  • (B) Member function and data are by default private in structures but public in classes.
  • (C) Member function and data are by default public in structures but private in classes.
  • (D) Member function and data are by default public in structures but protected in classes.
πŸ’¬ Discuss
βœ… Correct Answer: (C) Member function and data are by default public in structures but private in classes.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
90
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
89%
Success Rate