Discussion :: Operator Overloading - Section 1
-
There are the following statements that are given below, which of them are correct about operator overloading in C++?
- Operator overloading is used to redefine existing operators in C++.
- Operator overloading is a type of compile-time polymorphism.
- Operator overloading is a type of runtime polymorphism.
- We can overload all existing operators in C++.
Be The First To Comment