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
Explain about object oriented programming?
Can a class implement two interfaces having default method with same name and signature?
What are manipulators?
How many instances can be created for an abstract class?
State some of the advantages of object oriented programming?
What are the basic concepts of oop?
What is overriding?
What is a pure virtual function?
Explain about encapsulation?
What are abstract functions? Why are they used?
What is operator overloading and polymorphism?
What is the main use of message metaphor in object-oriented programming?
Define a good interface?
Write basic concepts of oops?
Can a function be overloaded based on return types?