Question:medium

What is polymorphism? Write short notes about the types of polymorphism.

Show Hint

Polymorphism enables objects of different classes to be treated as objects of a common superclass, making the code more flexible and maintainable.
Show Solution

Solution and Explanation

Was this answer helpful?
0