8. (B) Since dealNextCard and isWinningGame have the same code irrespective of which game is being played, they should be regular methods in the Table class. Method II, checkForMove, is unique to each game and therefore should be abstract in the superclass and overridden in each subclass.