Class CustomerMenu

java.lang.Object
trial.gaurav.menu.Menu
trial.gaurav.customer.CustomerMenu

public class CustomerMenu extends Menu
The `CustomerMenu` class represents a menu specific to customer management. It extends the `Menu` class and provides options to add, view, delete, and display all customers.
  • Field Details

  • Constructor Details

    • CustomerMenu

      public CustomerMenu(LinkedList<Customer> cRecords)
      Constructs a new `CustomerMenu` object with the given customer records.
      Parameters:
      cRecords - The linked list containing the customer records.
  • Method Details

    • setup

      private void setup()
      Sets up the customer menu by adding menu items for various customer management actions. The method inserts the menu items with corresponding actions into the menu.