Question: Java Programming Choose best answer for each question. Question: An abstract method in an abstract class is best described as: A. a guarantee that the
Java Programming
Choose best answer for each question.
Question: An abstract method in an abstract class is best described as:
| A. | a guarantee that the method will be overridden . | ||||||||||||||||||||||||||||||||||||||||
| B. | a method that is required to be called by subclasses of the abstract class. | ||||||||||||||||||||||||||||||||||||||||
| C. | a method that is never meant to be used in concrete subclasses. | ||||||||||||||||||||||||||||||||||||||||
| D. | an invisible method. | ||||||||||||||||||||||||||||||||||||||||
| E. a contract that says that any concrete subclass is guaranteed to have a method body for the abstract method. Question: An abstract class in Java
|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
