Polymorphism Mcqs In Object Oriented Programming(OOP)

By: Prof. Dr. Fazal Rehman | Last updated: April 16, 2025

20
Score: 0
Attempted: 0/20
Subscribe
1. Which one is the best description of polymorphism?



2. The languages that support classes but not polymorphism is called?



3. Which one is the language that does not support polymorphism but supports classes?



4. The feature that if the same message is passed to objects of several different classes and all of those can respond in a different way then it is called?



5. Which type of function shows polymorphism among the following?



6. In case of using abstract class or function overloading, the function is supposed to be called first?



7. Which one of the following can’t be used for polymorphism?



8. Which one of the following can show polymorphism?



9. Polymorphism is also possible in C language. Is it correct?



10. The problem may arise if we use abstract class functions for polymorphism in OOP?



11. Which of the following is not true for polymorphism?



12. If two classes derive one base class and redefine a function of the base class, also overload some operators inside the body of the class. Among these two things of function and operator overloading, the polymorphism is used where?



13. Which class or set of classes can illustrate polymorphism in the following code:



14. What is the output of the following code?



15. What is the output of the following program:



16. The provision of a single interface to entities of different types is called?



17. Using operation or function in different ways depending on what they are operating on is called?



18. Run time polymorphism is achieved only when a ……………….. is accessed through a pointer to the base class.



19. A class serves as base class for many derived classes it is called:



20. The two or more classes serve as base class for a derived class, then this situation is called:



 

 

 

 

More MCQs on Polymorphism

  1. Polymorphism MCQs SET 2

  2. Virtual Function MCQs
  3. Operator Overloading MCQs

OOP MCQs 

Programming C Plus Plus MCQs Homepage

shamil memory table

Computer Science Repeated MCQs Book Download

Leave a Comment

All Copyrights Reserved 2025 Reserved by T4Tutorials