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

WAP find square root of any number (without using sqrt() )?

3 Answers  


what is graphics

0 Answers  


How can we use the preprocessor #if and #elseif.

2 Answers  


How to overload new operator in c++

2 Answers  


What is a scope resolution operator?

5 Answers   HP, IBS,






What makes a language oop?

0 Answers  


what is multi level inheritance give n example ?

13 Answers   HDFC, Hulas Steel, Ness Technologies,


what type of questions

0 Answers   IBM,


what is object slicing

3 Answers   TCS,


what do you mean by static member variable?

2 Answers  


how to find the correct email address format by using the programe?

1 Answers   Accenture,


In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that

6 Answers  


Categories