Question: Consider the following three class declarations public class Vehicle private String registrationNumber; public vehicle (String rego) registration Number rego public string getRegistrationNumber return registrationNumber; public

 Consider the following three class declarations public class Vehicle private String

registrationNumber; public vehicle (String rego) registration Number rego public string getRegistrationNumber return

Consider the following three class declarations public class Vehicle private String registrationNumber; public vehicle (String rego) registration Number rego public string getRegistrationNumber return registrationNumber; public class Car extends Vehicle int passengers public car(string rego, int pass) super rego passengers pass public int get Passengers return passengers public class Truck extends Vehicle int tons public Truck (String rego, int tons) super rego this tons tons public int getTons return tons

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!