Wednesday, February 10, 2010

In C++, compiler will show error if * is overloaded to perform division ? True or False?

operator overloading .......In C++, compiler will show error if * is overloaded to perform division ? True or False?
False, why would it?In C++, compiler will show error if * is overloaded to perform division ? True or False?
True


the * Operator in C++ can not be overloaded like other operators
false

No comments:

Post a Comment