+ 2
What is difference between operator overriding and operator overloading
3 ответов
+ 2
Operator overriding is a methodology where we change the default implementation of the operator with our own required set of operations, but Operator Overloading is the way of defining one operator with a number of different implementations.
0
Can u explain operter overloading and over riding with example in c++
- 2
operator overriding is more of when you make an exception and operator overloading is when you have basically an array but you have the array as a string