Using the class diagram in the image below, create customer, car, and parking lot classes for an object-oriented parking system. Classes should contain properties and method implementations. Use java...


Using the class diagram in the image below, create customer, car, and parking lot classes for an object-oriented parking system. Classes should contain properties and method implementations. Use java to write your code. Add some attributes and methods of your own not included inside the class diagram




Include a 200-word write-up to describe your implementation details and add screenshots of your code and output


| ParkingLot<br>| lot id: String<br>| address: String<br>| capacity: integer<br>| entry (Car): void<br>| tostring(): String<br>| CarType <<enum>><br>СОMPАСТ<br>| SUV<br>| Car<br>| permit: String<br>| permit expiration: LocalDate**<br>license: String<br>type: CarType<br>| owner: customer id<br>| tostring(): String<br>|Customer<br>| customer id: String<br>| name: String<br>| address: String<br>| phone number: String<br>| register(license: String,<br>type: CarTyре): Car<br>| tostring(): String<br>

Extracted text: | ParkingLot | lot id: String | address: String | capacity: integer | entry (Car): void | tostring(): String | CarType > СОMPАСТ | SUV | Car | permit: String | permit expiration: LocalDate** license: String type: CarType | owner: customer id | tostring(): String |Customer | customer id: String | name: String | address: String | phone number: String | register(license: String, type: CarTyре): Car | tostring(): String

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here