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
Which OOPS concept exposes only the necessary information to the calling functions?
Explain colloboration
What is the difference between oop and sop?
Name some languages which have object oriented language and characteristics?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
What are all the operators that cannot be overloaded?
Why is class hierarchies managed in object-oriented programming?
Classes and structs support inheritance. Is this statement true or false?
How does abstraction differ from encapsulation.
Explain what is meant by polymorphism?
Explain about overriding polymorphism?
What are the limitations of inheritance?
What is the diffrence between an abstract class and interface?
What are the types of polymorphism?
What is the difference between new and override?