Question: Java program HW 10 Create the classes described below. Use meaningful class variables and function names. All class variables are private, while functions are public.
HW 10 Create the classes described below. Use meaningful class variables and function names. All class variables are private, while functions are public. Each class need to have at least two constructors. Add an instance counter to Student, use the constructors to update this variable. Add a Driver class, instantiate at least 3 objects of each class using constructors, and print each object to the console. BONUS: Automate the generation of new ID values for Student and Employee types. So, first ID=1, 2nd ID= 2, and so on. Ensure programmatically that once created, an ID value cannot be accidentally changed. (up to +5 points) Team (name, city) > NBATeam (arenaName, coachName) Person (name, dateOfBirth) -> student (ID, SchoolName, GPA) .Person (name, dateOfBirth)->Employee(ID, title, hireDate, deptName, salary) .Employee>SoftwareDeveloper (languages, technologies)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
