Saved Bookmarks
| 1. |
How many types of polymorphism are there?(a) 1(b) 2(c) 3(d) 4I had been asked this question in exam.My doubt is from C++ Concepts in chapter Basics Concepts of C++ of C++ |
|
Answer» RIGHT option is (b) 2 To EXPLAIN: There are two types of polymorphism in C++ namely compile-time polymorphism and run-time polymorphism. |
|