MCQOPTIONS
Saved Bookmarks
| 1. |
The keywords private, protected and public may appear _________, in the declaration of a class in C++. |
| A. | in any order and any number of times |
| B. | at the most one time and in any order |
| C. | at the most one time and strictly in the order |
| D. | any number of times but strictly in the order |
| Answer» B. at the most one time and in any order | |