Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Design a class named CustomerRecord that holds a customer number, name, and address. Include methods to set the values for each data field and output...
Design a class named CustomerRecord that holds a customer number, name, and address. Include methods to set the values for each data field and output the values for each data field. Create the class diagram and write the code (not language specific, ie. psuedocode) that defines the class.