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 |
What is interface in oop?
what are the realtime excercises in C++?
what is the difference between a package and a software?
why c++ is a highlevel language
3 Answers Satyam, Tech Mahindra,
How do you achieve polymorphism?
what is multi level inheritance give n example ?
13 Answers HDFC, Hulas Steel, Ness Technologies,
When is an object created and what is its lifetime?
what is Class in oops with example?
What is difference between data abstraction and encapsulation?
create a c++ program that will accepts 9 inputs using 3 by 3 array.
Which language is pure oop?
What is a linked list?