Name a typical usage of polymorphism

Answers were Sorted based on User's Feedback



Name a typical usage of polymorphism..

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

Name a typical usage of polymorphism..

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

Name a typical usage of polymorphism..

Answer / guest

wrpping of data in to single unit

Is This Answer Correct ?    3 Yes 17 No

Post New Answer

More OOPS Interview Questions

What is interface in oop?

0 Answers  


what are the realtime excercises in C++?

0 Answers   IBM, Wipro,


what is the difference between a package and a software?

3 Answers  


why c++ is a highlevel language

3 Answers   Satyam, Tech Mahindra,


How do you achieve polymorphism?

0 Answers  






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?

4 Answers   IBM,


what is Class in oops with example?

4 Answers   HCL,


What is difference between data abstraction and encapsulation?

0 Answers  


create a c++ program that will accepts 9 inputs using 3 by 3 array.

1 Answers  


Which language is pure oop?

0 Answers  


What is a linked list?

7 Answers   IBM, Neural Info,


Categories