Question: (JAVA) create a client class called TestStudent in which you will write statements that will create 3 objects using each of the constructors specified in
(JAVA) create a client class called TestStudent in which you will write statements that will create 3 objects using each of the constructors specified in the Student class. You may call the objects student1, student2 and student3. You may choose any appropriate argument values for the overloaded constructors.
Answer: Submit the TestStudent class code showing the use of three different types of constructors as described above. Make sure to have a main method in the TestStudent class and create your constructors in this main method.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
