Question: on java eclipse Create a Student Class A. Provide a constructor with two arguments: (Hint: a constructor has the same name as the class) private
on java eclipse
Create a Student Class
A. Provide a constructor with two arguments: (Hint: a constructor has the same name as the class) private String student_name
private String student_ID_number
B. write methods:
1. getName() //returns the name of a student
2. getStudentID()//returns the id number of a student
3. scholarship() // identifies if student has an academic scholarship
C. Create a StudentTester Class
1. Instantiate an object of the Student class
2. Print the name of the student and the student ID# and if the student has an academic scholarship
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
