Most important Class in Customer Relationship Management (CRM) System is indeed Customer. Customer class can have fields: Name, ID, Gender, Contact Number & Address The member functions include the...


Most important Class in Customer Relationship Management (CRM) System is indeed<br>Customer. Customer class can have fields:<br>Name, ID, Gender, Contact Number & Address<br>The member functions include the getters and setters for all the member variables and<br>display() function to display the data.<br>Customer<br>- ID: int<br>- Name: String<br>- Gender: String<br>- ContactNumber: String<br>- Address: String<br>+<<constructor>>Customer()<br>+getters and setters<br>+display (): void<br>In the main function, first create two Customer objects and allow the user to enter data<br>in these objects. Secondly, display the data from these objects.<br>

Extracted text: Most important Class in Customer Relationship Management (CRM) System is indeed Customer. Customer class can have fields: Name, ID, Gender, Contact Number & Address The member functions include the getters and setters for all the member variables and display() function to display the data. Customer - ID: int - Name: String - Gender: String - ContactNumber: String - Address: String +>Customer() +getters and setters +display (): void In the main function, first create two Customer objects and allow the user to enter data in these objects. Secondly, display the data from these objects.

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here