Answer Posted / subrata
Polymorphism, according to the OO programming is the ability of objects belonging to different data types, to respond to the method call with the same name according to a type specific behavior.
Yeh, I know it is cryptic. But that is how it is. At the end, the interviewer will be confused so much so that - you are guaranteed to get in :)
Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What are the major differences between late and dynamic binding?
Do we require a parameter for constructors?
What is the difference between a class and an object?
What is the difference between class inheritance and interface inheritance?
Which oops concept exposes only necessary information to the calling functions?
What are the access modifiers?
What are abstract methods?
What is multiple inheritance? How java 8 supports multiple inheritance?
What is a nested interface?
How to differentiate between a CreateObject() and GetObject() ?
what is full form OOP?
Can you explain primordial class loader?
How can we restrict inheritance for a class so that no class can be inherited from it?
What does it mean that a method or class is abstract?
What is polymorphism and abstraction?