MCQOPTIONS
Saved Bookmarks
| 1. |
If a class doesn’t have public members, then________ |
| A. | None of its members will be able to get inherited |
| B. | None of its instance creation will be allowed |
| C. | None of its member function can be called outside the class |
| D. | None of its data members will be able to get initial value |
| Answer» D. None of its data members will be able to get initial value | |