MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the below statements are false? |
| A. | Exception class can be inherited |
| B. | The methods in Exception class are defined as abstract |
| C. | The methods in Exception class are defined as final |
| D. | Sub classess of Exception, can define new methods to extend the functionality |
| Answer» D. Sub classess of Exception, can define new methods to extend the functionality | |