Answer Posted / mahendran a
Polymorphism is the mechanism used to decouple the caller of
a functionality or sender of a message and the actual
implementation that serves by without necessitating the
client knowing about the actual implementor &
implementation/response.
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
Does java support multiple inheritance? if not, what is the solution?
What do you mean by virtual function and virtual classes?
What is inheritance in java?
What is the main advantage of using inheritance?
What is the difference between an error and an exception?
What are the major differences between late and dynamic binding?
How do I make sure that an object is released in code such as a connection or file object?
What is difference between class and interface?
What is a nested interface?
What is super keyword?
What is the difference between new and override?
How a program can be structured using the concept of object oriented programming?
What is the use if instanceof keyword? And how do refer to a current instance of object?
Why we use oops concepts? What is its advantage?
What is difference between encapsulation and abstraction?