Java: McLTC
McLTC is built with Java using multiple classes as a mock self ordering console for the restaurant McLTC. A customer would select the items they would like to add to their order on the console. Then once they are done and get their id, the order is sent to be made by the kitchen. The main class controls only the main selection menu and the continue or display total menus. The rest of the menus and functionality are called from other classes by the main via inheritance.
McLTC