How can I fill my implemented interface width the Object it brings width.
public class MegaPlayer implements Player{
public MegaPlayer(Player player){
(?here do I need help?) = player;
I like to set the data for the object Player width one step otherwise I have to set any Information separately