Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started