mRichardio / VehicleRentingApplication

Console based renting applications for cars, trucks and motorbikes for my, Systems Programming module.
1 stars 0 forks source link

Rent vehicle & demonstrating topics being linked together #1

Open mRichardio opened 11 months ago

mRichardio commented 11 months ago

Make renting functionality where 3 car objects will be tied to one customer account. The JSON objects should load through the class to demonstrate how classes, collections, and JSON serialization can be linked together.

mRichardio commented 11 months ago

In general I need to show how topics that have been covered can be linked and used together.