InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
How many types of polymorphisms are supported by C++? |
| Answer» The two main types of polymorphism are run-time (implemented as inheritance and virtual functions), and compile-time (implemented as templates). | |