MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements is NOT valid about operator overloading? |
| A. | Only existing operators can be overloaded. |
| B. | Overloaded operator must have at least one operand of its class type. |
| C. | The overloaded operators follow the syntax rules of the original operator. |
| D. | none of the above. |
| Answer» E. | |