Answer Posted / prasath
polymorphism is defined as one operator or function used in more than one work. it is called polymorphism.
ex:
OPERATOR OVERLOADING
2+3=5
1.2+2.3=3.5
"HA"+"I"="HAI"
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are Access specifiers in C++ class? What are the types?
Explain the static storage classes in c++.
What is math h in c++?
Write a program which employs Recursion
How do you sort a sort function in c++ to sort in descending order?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
What is iterator in c++?
What does count ++ do in c++?
What is the difference between prefix and postfix versions of operator++()?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
What's the hardest coding language?
What is the difference between a pointer and a link in c ++?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What are the advantages of using typedef in a program?
What is an adaptor class in c++?