I'm trying to write a program that can save an inpatient or an outpatient, I have my service classes and im trying to write my application class, and I'm trying to create an object of one of the service classes, but it requires i put in the arguments of the sections inside the service class of the same name. any advice on what do to? im trying to make an object of the whole class, so i can then save user inputs to the variables inside the class?
sorry if my question doesnt make sense, im learning java and clearly its not going too well