0
Inheritance
If i have multiple overloaded operators in my base class, will all except = be inherited in my derived class? or none will be inherited?
2 Respostas
+ 3
They will be inherited since operator overloading is just a fancy function.
0
thanks