Search:

Type: Posts; User: D4TH

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    916

    Re: Need help with A school project!

    Sure thing.

    public class Vehicle {
    String Make;
    String Modle;
    int TopSpeed;
    int Miles;
    String Name;

    public String getMake() {
  2. Replies
    3
    Views
    916

    Need help with A school project!

    Create a class called Bike that inherits the Vehicle class.
    Create a class called MotorBike that inherits the Bike class.
    Overide the toString of the Bike, and MotorBike class
    The Bike class...
Results 1 to 2 of 2