Question: Asap 3. Create an interface called Player. The interface an abstract method called play0 that displays a message describing the meaning of play to the
3. Create an interface called Player. The interface an abstract method called play0 that displays a message describing the meaning of "play" to the class. Create classes called Child, Musician, and Actor that all implement Player. Create an application that demonstrates the use of the classes. Save the files as Player.java, Child.java, Actor.java, Musician.java and UsePlayer.java. (No partial credit) Point 4 Player.java // your code goes here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
