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
What is the difference between an Abstract class and Interface?
What is meant by inheritance? what are the advantages of inheritance?
What are the types of polymorphism?
What is the benefit of Composition over Inheritance?
Give any criteria when you use an abstract class and an interface?
What is operator overloading?
Difference between encapsulation and data hiding ?
What are sealed modifiers?
What is an abstract property. Give an example?
Define modularity?
What is an interface?
Explain what an object is.
Write basic concepts of oops?
What is dynamic or run time polymorphism?
What is a subclass?