Answered You can hire a professional tutor to get the answer.
Develop 4 VB Classes (Base Class and 3 Derived/Sub Classes) and a Windows Form to calculate the average velocity and average fuel consumption of 3...
Develop 4 VB Classes (Base Class and 3 Derived/Sub Classes) and a Windows Form to calculate the average velocity and average fuel consumption of 3 vehicle types. To calculate these values, a user will need to provide a vehicle distance, travel time, and weight into 3 Textbox Controls and provide input if the vehicle has an aerodynamic design or not. Velocity and Miles per Gallon selections are to be made using a MenuStrip Control.
- Attachment 1
- Attachment 2
- Attachment 3