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
Why are outlet connections required in object-oriented programming?
What is meant by function overloading and function overriding?
What are the different principle of OOPS?
Explain what is single and multiple inheritance?
Explain about the design phase?
Explain about message passing in object oriented programming?
How do we implement serialization actually?
Can an interface implement or extend another interface?
What is difference between static and non-static fields of a class?
Explain what a method is?
What is the difference between a class and an object?
How do I make sure that an object is released in code such as a connection or file object?
What is diamond inheritance problem? How java 8 solves this problem?
What is the use of finalize method?
Why do we separate interface from implementation?