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 function overloading and operator overloading?
What is virtual destructor? Why?
3 Answers Agile Software, College School Exams Tests, CSC,
What is Iteration Hierarchy? What is what is Object behavioral concept?
what is difference between thread and programme.
officer say me - i am offered to a smoking , then what can you say
What is oops in programming?
what is the drawback of classical methods in oops?
Write a program to sort the number with different sorts in one program ??
What does the keyword "static" mean?
what is diff between .net 1.1 and .net 2.0
how to write a java program for an output ****0 ***01 **012 *0123 01234
difference between static and non-static variables?