Code Monkey home page Code Monkey logo

restaurant-java-inheritance-polymorphism's Introduction

Restaurant Management System

This repository contains the necessary Java classes for a restaurant management system. These classes are designed to handle various aspects of restaurant operations such as menu management, customer orders, and payment receipts.

Credits

This project was presented to us by Sir Jomari Joseph Barera, an instructor at Visayas State University (VSU), during our OOP in Java course. I would like to express our gratitude to Sir Jomari Joseph Barera for providing us with this problem and guiding us throughout the development process.

Classes

The repository includes the following Java classes:

  1. Appetizer.java: Represents an appetizer item on the menu. It extends the Food class.
  2. Customer.java: Represents a customer visiting the restaurant. It contains customer information and methods for managing orders.
  3. Dessert.java: Represents a dessert item on the menu. It extends the Food class.
  4. Food.java: An abstract class representing a food item on the menu. It provides common properties and methods for all food items.
  5. Main.java: The main class to execute the restaurant management system. It contains the main method.
  6. MainCourse.java: Represents a main course item on the menu. It extends the Food class.
  7. Menu.java: Represents the restaurant menu. It contains a collection of food items and methods for managing the menu.
  8. Order.java: Represents a customer order. It contains information about the ordered items and methods for managing the order.
  9. PaymentReceipt.java: Represents a payment receipt for a customer order. It contains information about the payment and ordered items.

Usage

To use the restaurant management system, you can follow these steps:

  1. Clone or download the repository to your local machine.
  2. Import the Java classes into your project.
  3. Use the classes to manage the restaurant operations.
  4. Customize the classes as per your specific requirements.

Contribution

If you'd like to contribute to this project, you can fork the repository, make changes, and submit a pull request. Your contributions are greatly appreciated.

restaurant-java-inheritance-polymorphism's People

Contributors

vsurhuel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.