Imagine you have to design an extensible parking lot system using the object oriented programming paradigm. The initial parking lot where your system will be deployed has parking spots for compact...


Imagine you have to design an extensible parking lot system using the object oriented programming<br>paradigm. The initial parking lot where your system will be deployed has parking spots for compact cars,<br>large cars and motorcycles. These parking spots are identified by a unique numeric id. The parking lot<br>system also has a ticketing subsystem that can handle two types of payable tickets, one process cash<br>transactions and another process credit card transactions. Keep in mind that the system may be deployed<br>to different types of parking lots (e.g. Airport, Shopping Center or University parking lots) with (additional)<br>different types of parking spots and payment options.<br>Using object oriented programming foundations (e.g., Encapsulation, Data Abstraction, Polymorphism and<br>Inheritance), provide Java implementations for the components of the Parking Lot system described above.<br>The methods in your solution don't need to be fully Implemented, but must have their signatures and<br>comments to describe their functionalities.<br>Type the java code for all your classes/enumerations/interfaces in the textbox provided.<br>

Extracted text: Imagine you have to design an extensible parking lot system using the object oriented programming paradigm. The initial parking lot where your system will be deployed has parking spots for compact cars, large cars and motorcycles. These parking spots are identified by a unique numeric id. The parking lot system also has a ticketing subsystem that can handle two types of payable tickets, one process cash transactions and another process credit card transactions. Keep in mind that the system may be deployed to different types of parking lots (e.g. Airport, Shopping Center or University parking lots) with (additional) different types of parking spots and payment options. Using object oriented programming foundations (e.g., Encapsulation, Data Abstraction, Polymorphism and Inheritance), provide Java implementations for the components of the Parking Lot system described above. The methods in your solution don't need to be fully Implemented, but must have their signatures and comments to describe their functionalities. Type the java code for all your classes/enumerations/interfaces in the textbox provided.

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here