Solved

Consider the Following Code Snippet: If a Motorcycle Class

Question 10

Multiple Choice

Consider the following code snippet: Consider the following code snippet:   If a Motorcycle class is created as a subclass of the Vehicle class, which of the following statements is correct?  A) A Motorcycle object inherits and can directly use both the instance variable manufacturer and the method setVehicleClass. B) A Motorcycle object inherits and can directly use the instance variable manufacturer but not the method setVehicleClass. C) A Motorcycle object inherits but cannot directly use either the instance variable manufacturer or the method setVehicleClass. D) A Motorcycle object inherits and can directly use the method setVehicleClass but cannot directly use the instance variable manufacturer. If a Motorcycle class is created as a subclass of the Vehicle class, which of the following statements is correct?


A) A Motorcycle object inherits and can directly use both the instance variable manufacturer and the method setVehicleClass.
B) A Motorcycle object inherits and can directly use the instance variable manufacturer but not the method setVehicleClass.
C) A Motorcycle object inherits but cannot directly use either the instance variable manufacturer or the method setVehicleClass.
D) A Motorcycle object inherits and can directly use the method setVehicleClass but cannot directly use the instance variable manufacturer.

Correct Answer:

verifed

Verified

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

Related Questions