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 coupling in oop?
Why many objects can working together? How objects working togetherM I want to see example code.
What does no cap mean?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is object in oop?
Why do we use inheritance?
How is exception handling carried out in c++?
What are the benefits of oop?
3. Differentiate verification and validation.
program for insertion ,deletion,sorting in double link list
Whatis the difference between oop and object based language
Conversion from a basic type to a class type may be achieved using______________