Question: Please help me with this This project is to create a system for managing RockBand (i.e., information of rock stars in a band). The classes

Please help me with this  Please help me with this This project is to create a
system for managing RockBand (i.e., information of rock stars in a band).

This project is to create a system for managing RockBand (i.e., information of rock stars in a band). The classes in the project are described below. Class Person Create a new abstract superclass called Person that includes a String variable for the name and an appropriate variable for the age. Class RockStar Extend the Person class by defining a new Rockstar class that has the following additional fields: A String definition for the instrument played. A double type definition for rating Override Java's default object.toString() in the Rockstar class to return information like "John Doe plays the drums and his current rating is 8.5" Note: the content marked as BOLD and Italic should be values from data fields. Interface RockBand import java.util.ArrayList; public interface RockBand{ ArrayList

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!