which operater is an example of polymorphism
Answers
Answered by
0
Explanation:
which operater is an example of polymorphism
Answered by
0
Answer:
argument
Explanation:
Functions can be overloaded by change in number of arguments or/and change in type of arguments. In the above example, a single function named func acts differently in three different situations which is the property of polymorphism. Operator Overloading: C++ also provide option to overload operators.
Similar questions