class Binary { field boolean head field Binary tail constructor(int n) ... method String toString() ... method void main() ... }