MCQOPTIONS
Saved Bookmarks
| 1. |
What is the syntax of a const member function? |
| A. | void fun() const {} |
| B. | void fun() constant {} |
| C. | void const fun() {} |
| D. | const void fun(){} |
| Answer» B. void fun() constant {} | |