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

Most important Class in Customer Relationship Management (CRM) System is indeed Customer. Customer class can WRITE IN C++ WITH EXPLAINATION/STATEMENTS 

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 - Name - Gender - Contact Number - Address + < >Customer() +getters and setters +display () 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. WRITE IN C++ WITH EXPLAINATION/STATEMENTS

Step by Step Solution

3.48 Rating (158 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

It seems like you want to create a simple Customer class for a Customer Relationship Management CRM system and then use it in a main function to creat... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!