Name a typical usage of polymorphism
Answers were Sorted based on User's Feedback
Answer / ankur 9039630226
show more than one form means one function many operations such as add(int,int)and add(int, int, int , float);
here same add function but two different operations
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / brunda r
Polymorphism plays a very important role in allowing objects
having different internal structures to share the same
external interface.Its Its extensively used in implementing
inheritance.
| Is This Answer Correct ? | 5 Yes | 1 No |
can we make a class static without using static keyword?
what type of question are asked in thoughtworks pair programming round ?
What is the oops and benefits of oops programming?
How do you use inheritance in unity?
what does exactly the linker do?
Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?
why c++ is a highlevel language
3 Answers Satyam, Tech Mahindra,
What is the difference between C++ and java?
what is the difference between virtual function and destoctor?
What is abstraction in oop with example?
How to hide the base class functionality in Inheritance?
What is the purpose of enum?