Question: ITEC320 - Taski Use the UML diagram given below to create the class Customer custid:int name:string city:string _init__(self): _init__(self, custid, name,city): getCustid(self): getName self): getCityl

ITEC320 - Taski Use the UML diagram given below to create the class Customer custid:int name:string city:string _init__(self): _init__(self, custid, name,city): getCustid(self): getName self): getCityl self): SetCustid/self, custid): setName(self, name) setCity(self, city): str_0 Instructions: The default constructor prompts user to enter data from keyboard for the private data member (name) The parameterized constructor accepts all private data members as parameters Getter methods should return the corresponding data member. Setter methods should receive parameter from main() and change the corresponding data member a) Create customer class b) Write a main() function that will include the following steps.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
