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 the four partitions in which c++ compiler divides the ram?
What is the size of integer variable?
If a header file is included twice by mistake in the program, will it give any error?
What is time_t c++?
What is iterator in c++?
Explain public, protected, private in c++?
What is the iunknown interface?
What is public, protected, private in c++?
What is c++ & why it is used?
If dog is a friend of boy, is boy a friend of dog?
Where do I find the current c or c++ standard documents?
Mention the storage classes in c++.
Why do we use structure in c++?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Describe linkages and types of linkages?