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 virtual function?
26 Answers Aspire, HP, Infosys, RoboSoft, TCS,
Are polymorphisms mutations?
What is constructor in oop?
polymorphism means?
What is multilevel inheritance explain with example?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is the main feature of oop?
Explain the concepts involved in Object Oriented programming.
Program to read a comment string
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
explain the concepts of oops?
What is the difference between procedural programming and oops?