sclass Scored extends Var { float score; *() {} *(A a, float score) { super(a); this.score = score; } float score() { ret score; } }