πŸ“Š C++
Q. Which of the statements is true in a protected derivation of a derived class from a base class?
  • (A) Private members of the base class become protected members of the derived class
  • (B) Protected members of the base class become public members of the derived class
  • (C) Public members of the base class become protected members of the derived class
  • (D) Protected derivation does not affect private and protected members of the derived class
πŸ’¬ Discuss
βœ… Correct Answer: (C) Public members of the base class become protected members of the derived class

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
224
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
96%
Success Rate