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
How can we restrict inheritance for a class so that no class can be inherited from it?
Why are outlet connections required in object-oriented programming?
What are different ways to create string object?
What is polymorphism and abstraction?
What's the main difference between arraylist / hashmap and vector / hashtable?
What do you mean by operator overloading?
What is the best tool for modeling and ORM framework
Is iterator a class or interface? What is its use?
What are all the languages which support oop?
what is virtual function and pure virtual function ?
Differentiate between overloading and overriding.
State two differences between an object and a class.
What are abstract functions? Why are they used?
How to make a class accessible as a web service?
Can we override a method by using same method name and arguments but different return types?