MCQOPTIONS
Saved Bookmarks
| 1. |
If all the members are defined in protected specifier then ( Constructors not considered ):$ |
| A. | Instance of class can’t be created |
| B. | Instance of class can be created anywhere |
| C. | Instance of class can be created only in subclasses |
| D. | Instance of class can be created only in main() function |
| Answer» E. | |