Java Programming
A musician is producing a catalogue of sheet music (printedmusic) she has collected over a number of years. She is writing ajava application to help her keep track of the origins andreference numbers she has allocated to each piece of music.
The following is an incomplete class definition to represent apiece of sheet music.
public class SheetMusic
{
private String title;
private String author;
private String reference;
public SheetMusic (String title, String author, Stringreference)
{
this.title = title;
this.author = author;
this.reference = reference;
}
/ **
* search title for some words, return true
* or false
*/
public boolean titleMatch (String text)
{
// to be completed
}
}
The class SheetMusic records details for a piece of music
PayPal Gateway not configured
PayPal Gateway not configured