Multiple Choice
To create a subclass, use the ____ keyword.
A) inherits
B) implements
C) interface
D) extends
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Which of the following statements about inheritance
Q61: If a class has an abstract method,
Q81: Which of the following statements about classes
Q92: Consider the following code snippet: public class
Q93: Insert the missing code in the following
Q94: Consider the following code snippet that appears
Q95: Consider the following code snippet: Vehicle aVehicle
Q96: Consider the following code snippet:<br>Int vacationDays =
Q97: Consider the following code snippet: public class
Q101: Consider the following code snippet, which is