- For This Problem Assume You Have Access To A Person Class Below You Ll See The Start Of A Student Class That Is A Subc 1 (17.62 KiB) Viewed 31 times
For this problem assume you have access to a Person class. Below, you'll see the start of a Student class that is a subc
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
For this problem assume you have access to a Person class. Below, you'll see the start of a Student class that is a subc
For this problem assume you have access to a Person class. Below, you'll see the start of a Student class that is a subclass of Person. Finish creating the constructor by calling super Your Answer: Feedback 1 public Student() { Your feedback will appear here when you check your answer. }