MCQOPTIONS
Saved Bookmarks
| 1. |
Overloading the function operator |
| A. | requires a class with an overloaded operator. |
| B. | requires a class with an overloaded [ ] operator. |
| C. | allows you to create objects that act syntactically like functions. |
| D. | usually make use of a constructor that takes arguments. |
| Answer» B. requires a class with an overloaded [ ] operator. | |