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 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
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
Get step-by-step solutions from verified subject matter experts
