MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following is true? |
| A. | The private members can’t be accessed by public members of the class |
| B. | The private members can be accessed by public members of the class |
| C. | The private members can be accessed only by the private members of the class |
| D. | The private members can’t be accessed by the protected members of the class |
| Answer» C. The private members can be accessed only by the private members of the class | |