Page 1 of 1

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

Posted: Mon Jun 06, 2022 5:29 pm
by answerhappygod
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
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 32 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 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. }