Which of these points will be valid If superclass method does not throw any exception?
Select one:
a. All Correct
b. overridden method of subclass cannot throw any checked exception
c. overridden method of subclass may not throw any exception
d. overridden method of subclass can throw any RuntimeException