Question: Advance Java CSCI 3210 Section Name: Date: Assignment 2 (100 pts.) Instructions: Submit an electronic copy of the assignment to the Dropbox (Ex: ClassName.java) CHECK
Advance Java CSCI 3210 Section Name: Date: Assignment 2 (100 pts.) Instructions: Submit an electronic copy of the assignment to the Dropbox (Ex: ClassName.java) CHECK CALENDAR FOR DUE DATE IMPORTANT: FOLLOW GOOD PROGRAMMING STYLE/CONVENTION FOR NAMING ALL YOUR OBJECTS/VARIABLES. ADD COMMENTS ON TOP OF EACH METHOD AND AT TOP OF THE FILE Assignment Requirements: Write a hierarchy for a Vehicle class (inheritance/polymorphism real object). Create a common superclass and/or interface to store information common to any of the classes. Then create sub classes for vehicles of your favorite's choice (minimum requirement must match the model below). Place vehicle-specific information and behavior (such as accelerating, gas consumption, etc.) into subclasses whenever possible, you must have at least a minimum of 5 behaviors. When completing this project take a real vehicle as an example it will be easier when implementing cach class. To obtain all points for this assignment you must comply with all the requirements specify. Remember for this assignment you must submit 8 java files and please make sure you submit java instead of class Land Vehicle Bus Car Truck Toyota
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
