Multiple Choice
You use the keyword ____ to achieve inheritance in Java.
A) inherit
B) extends
C) super
D) public
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q39: An advantage to making a method _
Q40: When you use the method name with
Q41: You cannot declare a class to be
Q42: public HourlyEmployee(char dept, double rate, int hours)
Q43: class InstanceofDemo <br>{ <br> public static void main(String[]
Q45: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TBX9006/.jpg" alt=" Use the above
Q46: What are virtual method calls?
Q47: public class ASuperClass <br>{ <br> public
Q48: Write the statement to create a class
Q49: The methods in a subclass can use