In this section, there are Multi Choice Questions and Answers related to C++ programming OOPS Concepts.
8) What is the concept of Polymorphism?
- Inheritance
- Operator Overloading
- Function Overloading
- Both 2 and 3
- 1, 2 and 3
Correct Answer - 4
Both 2 and 3
Overloading is the concept of Polymorphism and Overloading consist function overloading as well as operating overloading.