MCQOPTIONS
Saved Bookmarks
| 1. |
C++: 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. | |