

MCQOPTIONS
Saved Bookmarks
1. |
An abstract method ____. |
A. | is any method in the abstract class |
B. | cannot be inherited |
C. | has no body |
D. | is found in a subclass and overrides methods in a super-class using the reserved word abstract |
Answer» D. is found in a subclass and overrides methods in a super-class using the reserved word abstract | |