Q. Which of the following C++ features is used to achieve polymorphism?

  • (A) Function Overloading
  • (B) Function Overriding
  • (C) Both A and B
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) Both A and B
Explanation: Polymorphism in C++ is achieved through function overloading and function overriding.
Explanation by: Vijay Sangwan
Polymorphism in C++ is achieved through function overloading and function overriding.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
189
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Vijay Sangwan
Publisher
πŸ“ˆ
86%
Success Rate