MCQOPTIONS
Saved Bookmarks
| 1. |
If constructors of a class are defined in private access, then __________ |
| A. | The class can’t be inherited |
| B. | The class can be inherited |
| C. | Instance can be created only in another class |
| D. | Instance can be created anywhere in the program |
| Answer» B. The class can be inherited | |