Question: 1 . ) Problem # 2 : Create a new Student Class Build a new Student class ( Student . java ) . This class

1.) Problem #2: Create a new Student Class
Build a new Student class(Student.java). This class will be a sub-class of Person. So it will inherit all the properties of Person(FirstName, LastName, Address and Email). Also add 3 new properties, a student id number, a major and a gpa. Create this class, make sure to add 2 constructors and a display() method. Then use main to test out this class.

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 Programming Questions!