Lab 7: A Little Inheritance, if you Please

Due Date: midnight Wednesday, November 6


Background:

Lab 7 will focus on using inheritance in two places: extending an Athlete class to support a new player - a BasketBall player and extending a generic linked list class (MyLinkedList) of Comparables to a linked list of Athletes.


What You'll Need

Download the lab7.zip file from the 15-111 course web site. Unzip the file and you should see the following:


Assignment

You are provided with a lot of code. You will need to

A discussion of the design and demo of the solution will take place in Thursday's lecture.


Handing in your Solution

Your solution should be in the form of a .zip file. When we grade your solution we will unzip the folder and execute the project.

Use the Intro Programming dropoff form to submit your zip file.