Lumen Interview Question

What do you mean by Polymorphism with an Example?

Interview Answer

Anonymous

Mar 16, 2023

Polymorphism is one of the feature of an object oriented programming language that means many forms. With the use of polymorphism a single function to carry multiple tasks. Example-A father at the same time can be a husband as well as an employee.