Answered step by step
Verified Expert Solution
Question
1 Approved Answer
plz solve this in 60 minutes write this in java code Q1: Consider the following scenario and create a system with the following functionality to
plz solve this in 60 minutes
write this in java code
Q1: Consider the following scenario and create a system with the following functionality to implement the object-oriented concepts using Inheritance, Encapsulation, Abstraction, Interfaces and Exception. Your results will be in the form of a GUI application with proper database connectivity. A taxi company is considering expansion. The company operates both individual taxis and shuttles. The taxis are used to transport an individual (or small group) from one location to another. The shuttles are used to pick up individuals from different locations and transport them to their several destinations. When the company receives a call from an individual, hotel, entertainment venue, or tourist organization, it tries to schedule a vehicle to pick up the fare. If it has no free vehicles, it does not operate any form of queuing system. When a vehicle arrives at a pick-up location, the driver notifies the company. Similarly, when a passenger is dropped off at their destination, the driver notifies the company. You can take the help from the following diagram. Simplified nouns and verbs Company Taxi Operates taxis. Transports a passenger. Receives calls. Schedules a vehicle. Location Passenger Vehicle Pick up individual. Arrives at pickup location. Passenger source Notifies company of arrival. Calls the company. Notifies company of drop- off. Shuttle Transports one or more passengersStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started