you will write a program of your choosing. The program has to have the following:
Requirements for the project
- At least three classes.
- At least one class inherits/extends another class.
- All three classes have attributes and constructors.
- There should be at least 400 lines of code.
- The user show be prompted for values
- For the input, try to use a graphical user interface.
- If you can’t get that to work, use System.out and Scanner.
- Name class with a starting capital letter.
- Name variables with a starting small letter.
- Name methods with a starting small letter.