APCS: Elevens Project, Activity 8

3 points 

Activity 8, on pages 27 - 30, is "Using an Abstract Board Class".
Read the discussion on the abstract class Board, and on how the games Tens, Elevens and Thirteens inherit from (extend) Board.
Check out Board.java below; it is abstract, and it does many of the things that ElevensBoard.java did in Activity 7.
Also check out the updated ElevensBoard.java below. (Be careful not to overwrite the previous version of ElevensBoard.java with this newer one.)
Answer questions 1 - 3 and hand them in.
There is no coding in this Activity.

 

 

 

Resources:
ElevensBoard.java (different than the ElevensBoard.java in Activity 7)
Board.java
Student Guide

 

Links:
Elevens Project
AP Computer Science