Advertisements
Advertisements
Question
Which of the following is true for Polymorphism?
Options
Uses same function for different operations.
Uses same operation for different functions.
It is not a principle of oop.
It uses reusability feature.
MCQ
Solution
Uses same function for different operations.
Explanation:
Polymorphism is a core feature of object-oriented programming (OOP) that allows the same function or method to behave differently depending on the object it is called. It allows a single interface to express various underlying forms (data kinds).
shaalaa.com
Is there an error in this question or solution?