Create an interface called player the interface has an


Question: Create an interface called Player. The interface has an abstract method called play() that shows 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 shows the use of the classes. Save the files as Player.java, Child.java, Actor.java, Musician.java, and UsePlayer.java.

Can you write this program in java language?

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Create an interface called player the interface has an
Reference No:- TGS0947805

Expected delivery within 24 Hours