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

pls help thank you  pls help thank you Please design a class called University. 1)the

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!