Solved

You Are Creating a Motorcycle Class Which Is Supposed to Inherit

Question 71

Multiple Choice

You are creating a Motorcycle class which is supposed to inherit from the Vehicle class. Which of the following class declaration statements will accomplish this?


A) public class Motorcycle inherits Vehicle
B) public class Motorcycle implements Vehicle
C) public class Motorcycle interfaces Vehicle
D) public class Motorcycle extends Vehicle

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions