Question: Hello, I have a question on Java. Qs: I have a Customer class contains few attributes. I want to ask how do I create, view,

Hello, I have a question on Java.
Qs: I have a Customer class contains few attributes. I want to ask how do I create, view, update, and delete customer from there. I have attached image for your reference. Thanks for your help :)
public class customer { private String name; private int CID; private char gender; private String email; private int hpNo; private String address; private int accNo; private String accType
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
