MCQOPTIONS
Saved Bookmarks
| 1. |
Which access specifier should be used in a class where the instances can’t be created? |
| A. | Private default constructor |
| B. | All private constructors |
| C. | Only default constructor to be public |
| D. | Only default constructor to be protected |
| Answer» C. Only default constructor to be public | |