Question: In java se8, how could i create a subclass of an abstract class? I did override a abstract constractor from that abstract class but it
In java se8, how could i create a subclass of an abstract class? I did override a abstract constractor from that abstract class but it still shows me there is no default constructor in player, and when i try to super that two object, it shows me could not apply. And by the way what should i do to start making the model of the game since this concreat class i make is not for play only for the model of the game. Could not change any constructor and method in player class.



ublic class CrazyEightsPlayer extends Player @0verride public Card play (Card top_of_discard_pile, Deck deck) super (top of discard pile, deck)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
