public CombinationDecoratorAnswer(AbstractStudent student) : base(student) { }
public CombinationBase(AbstractStudent student) { this.abstractStudent = student; }
public CombinationDecoratorCode(AbstractStudent student) : base(student) { }