πŸ“Š C++
Q. What is virtual inheritance in C++?
  • (A) C++ technique to enhance multiple inheritance
  • (B) C++ technique to ensure that a private member of the base class can be accessed somehow
  • (C) C++ technique to avoid multiple inheritances of classes
  • (D) C++ technique to avoid multiple copies of the base class into children/derived class
πŸ’¬ Discuss
βœ… Correct Answer: (D) C++ technique to avoid multiple copies of the base class into children/derived class

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
271
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Babita
Publisher
πŸ“ˆ
99%
Success Rate