class BowlingGame { void roll(int pins) {} int score() { return 0; } }