We are working on a new video game and particularly on the interface SPORTSMAN. We aggregate four methods in it, but now we want to break it into the interfaces SOCCER_PLAYER and BASKETBALL_PLAYER.
Choose which methods each interface should contain.
Tip: Free throw and penalty shot should be separated. All methods should be present at least in one of the interfaces.