PART I Create an abstract Java class named \"Student\" in a package named \"STUD
ID: 3912625 • Letter: P
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 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).Explanation / Answer
Following is the answer:
Students.java
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.