Computer Science, asked by droy83, 9 months ago

which operater is an example of polymorphism​

Answers

Answered by vagheladg1
0

Explanation:

which operater is an example of polymorphism

Answered by raj6655
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