Google News
logo
CPP - Quiz(MCQ)
What does polymorphism in OOPs mean?
A)
Concept of hiding data
B)
Concept of wrapping things into a single unit
C)
Concept of allowing overiding of functions
D)
Concept of keeping things in differnt modules/files

Correct Answer :   Concept of allowing overiding of functions


Explanation :

* In OOPs, Polymorphism is the concept of allowing a user to override functions either by changing the types or number of parameters passed.
 
* Polymorphism is a feature of object-oriented programming languages that allows a specific routine to use variables of different types at different times
 
* Polymorphism is the ability of a programming language to present the same interface for several different underlying data types

Advertisement