Question: pls help thank you Please design a class called University. 1)the class has the following fields: (Ctrl). anumberStudents(this should be of type integer) b. aumberofFaculty
Please design a class called University. 1)the class has the following fields: (Ctrl). anumberStudents(this should be of type integer) b. aumberofFaculty (this should be of type integer) c. tuition (this should be of type double) 2)write a constructor for the class, the constructor does not have any parameters. It initializes all the fields of the class 3) write a second constructor for the class. This constructor should have 3 parameters. one parameter to set each of the instance fields. " 4)Write an accessor method for each of the instance fields. 5)Write a mutator method for each of the instance fields. You can either submit a word document of your solution, the java file of the bluel project or you can zip the bluel folder and submit the zipped file. Please let me know if you have any questions regarding the homework or the submission public class University private int students, private int faculty
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
