Problem:
Question 1: Suppose you write a new constructor for an extended class. Describe two different ways that the superclass's instance variables could be initialized within the constructor for the extended class.
Question 2: If a class B is derived from A, identify which of the following terms can be used to describe A:
Ancestor class
Base class
Parent class
Superclass
Question 3: Why is the state graph for tic-tac-toe a directed graph rather than an undirected graph?
Include source of information for best answer.