Question: PART I Create an abstract Java class named Student in a package named STUDENTS. This class has 4 attribute:s .(1) student ID: protected, an integer




PART I Create an abstract Java class named "Student" in a package named "STUDENTS". This class has 4 attribute:s .(1) student ID: protected, an integer of 10 digits (2) student name: protected * (3) student group code: protected, an integer (1 for undergraduates, 2 for graduate students) .(4) student major: protected (e.g.: Business, Computer Sciences, Engineering) Class Student declaration provides a default constructor, get-methods and set-methods for the attributes, a public abstract method (displavStudentData0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
