-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Java Inheritance - Vehicle #37
Comments
package vehicletest; /**
} Class Vehicle /**
} Class Car /**
} Class Truck /**
} |
package task14august1; /**
} class Vehicle import javax.swing.JOptionPane; /**
class Truck import javax.swing.JOptionPane; /**
class Car import javax.swing.JOptionPane; /**
|
/*
/**
} /*
/**
/*
/**
} /*
/**
|
/*
/**
}
/**
}
/**
/**
|
/*
import static java.lang.Integer.parseInt; /**
} Class Vehicle/*
/**
} Class Car/*
/**
} Class Truck/*
/**
|
/*
import java.util.Scanner; /**
}
/**
}
/**
}
import javax.swing.JOptionPane; /**
|
/*
import javax.swing.JOptionPane; /**
Class Vechile
/**
} Class Car
/**
} Class Truck
/**
} |
/*
import static java.lang.Float.parseFloat; /**
import javax.swing.JOptionPane; /**
import javax.swing.JOptionPane; /**
import javax.swing.JOptionPane; /**
|
/*
import static java.lang.Integer.parseInt; /**
} /*
/**
} /*
/**
|
/*
import java.util.Scanner; /**
}
//import java.util.Scanner;
}
import java.util.Scanner; /**
/**
|
package day11task; import static java.lang.Integer.parseInt; /**
} public class VechicleClass {
}
}
|
Vehicle
Car extends Vehicle
Truck extends Vehicle
The text was updated successfully, but these errors were encountered: