stackoverflow.com/questions/21692193/why-not-inherit-from-listt

When planning out my programs, I often start with a chain of thought like so:

A football team is just a list of football players. Therefore, I should represent it with:

var football_team = new


Comments (0)

Sign in to post comments.