Class CustomerApp

java.lang.Object
trial.gaurav.customer.CustomerApp

public class CustomerApp extends Object
The `CustomerApp` class is the entry point of the customer management application. It initializes the customer records and displays the customer menu for interaction with the user.
  • Field Details

  • Constructor Details

    • CustomerApp

      public CustomerApp()
  • Method Details

    • main

      public static void main(String[] args)
      The main method, which is the entry point of the customer management application.
      Parameters:
      args - The command-line arguments (not used in this application).