Question: Write a class called Person that has a name and ID# for variables. It should have a get and set for each variable, constructor, copy
Write a class called Person that has a name and ID# for variables. It should have a get and set for each variable, constructor, copy constructor, equals method and toString method. A person should also have a favorite number that is less than 100.
Write a class called Student that inherits from Person. It should have an array called CoursesTaken and it should redefine the ID# so that it can only be set to a 7 digit Student ID. Use the Person constructor and for this class. The favorite number of a Student can only be between 100 and 200.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
