Question
WBU plays only two type of sports, Soccer and Basketball. The student athletes at WBU are male and female, and have a year (freshaman, sophomore,
WBU plays only two type of sports, Soccer and Basketball. The student athletes at WBU are male and female, and have a year (freshaman, sophomore, junior and senior) associated as well. Create a program to help the athletics department track the stats for its players. Complete the code for the abstract StudentAthlete class. Complete the code for the BBPlayer class which implements the BasketballStats interface and extends the StudentAthlete class. Complete the code for the SoccerPlayer class which implements the SoccerStats interface and extends the StudentAthlete class. Complete the code for the MySchoolAthlete class. Create the InvalidEagleIDException and the InvalidEagleSportException classes. See the javadocs for details on each class.
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