Question

Your Tasks Create six new classes in the a3 package: 1- An abstract class named Abstract Table 2- Concrete classes, CityTable and Stadium Table, that each extend AbstractTable 3- Another abstract

class named AbstractRow 4- Concrete classes named CityRow and StadiumRow that each extend AbstractRow

Fig: 1