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 |
Program to check whether a word is the first word of the sentence.
Write a program to multiply 3x3 matrics
WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET
tel me oops defination in single line
What is balance factor?
What is multilevel inheritance?
What is inheritance and how many types of inheritance?
What is DeadlyDiamondDeathProblem ?
what is the difference between a package and a software?
why we are declare the function in the abstract class even though we are declaring it in Derived class?
Explain the advantages of inheritance.
what is the main difference between sizeof() operator in c and c++