Q & A by Maninder Singh

Question:

QUESTION: What is polymorphism in OOP?

Answer:

Polymorphism is like a feature in OOP that allows objects of different classes to be treated as objects of a common superclass. It enables flexibility and dynamic behavior in programs.