Explain about polymorphism?



Explain about polymorphism?..

Answer / Chandra Prakash

Polymorphism is a feature in OOP that enables objects to take multiple forms, allowing one interface to represent a general class while the specific implementation varies between subclasses. Polymorphism enhances code reusability and flexibility by providing a uniform interface for handling different types of objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOAD Interview Questions

How do you prevent a class from being inherited by another class?

1 Answers  


Explian following terms: Constraint Rules, Design by contract.

1 Answers   Protech,


Why do we separate interface from implementation?

1 Answers  


What is the use of destructive method?

1 Answers   Tech Mahindra,


Name some languages which have object oriented language and characteristics?

1 Answers  


What is the best tool for modeling and ORM framework

1 Answers   Infosys,


Which oops concept is used as reuse mechanism?

1 Answers  


What is the difference between aggregation and composition?

1 Answers  


What's the order of call of constructors in inheritiance?

1 Answers  


What do you mean by "explicitly implemeting an interface". Give an example?

1 Answers  


What is abstract method?

1 Answers  


Is it possible to override private virtual methods?

1 Answers   Infosys,


Categories