Solved

Consider the Following Code Snippet: Public Class Vehicle

Question 47

Multiple Choice

Consider the following code snippet: public class Vehicle
{
) . .
Public void setVehicleClass(double numberAxles)
{
) . .
}
}
Public class Motorcycle extends Vehicle
{
) . .
Public void setVehicleClass(double numberAxles)
{
) . .
}
}
Which of the following statements is correct? (I changed the wording below, because methods override methods. . .classes don't override methods)


A) The Motorcycle class's setVehicleClass method overrides the Vehicle class's setVehicleClass method.
B) The Vehicle class's setVehicleClass method overrides the Motorcycle class's setVehicleClass method.
C) The Motorcycle class's setVehicleClass method overloads the Vehicle class's setVehicleClass method.
D) The Vehicle class's setVehicleClass method overloads the Motorcycle class's setVehicleClass method.

Correct Answer:

verifed

Verified

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

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents