Package trial.gaurav.customer
Class CustomerApp
java.lang.Object
trial.gaurav.customer.CustomerApp
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
customerRecords
-
-
Constructor Details
-
CustomerApp
public CustomerApp()
-
-
Method Details
-
main
The main method, which is the entry point of the customer management application.- Parameters:
args- The command-line arguments (not used in this application).
-