MCQOPTIONS
Saved Bookmarks
| 1. |
What is true about protected constructor? |
| A. | Protected constructor can be called directly |
| B. | Protected constructor can only be called using super() |
| C. | Protected constructor can be used outside package |
| D. | protected constructor can be instantiated even if child is in a different package |
| Answer» C. Protected constructor can be used outside package | |