public class Novel extends Fiction
Modifier and Type | Field and Description |
---|---|
private int |
sequels
The number of sequels.
|
mainCharacter
public Novel()
public Novel(String theAuthor, String theTitle, int thePages, Double theValue, String theMainCharacter, int sqls)
theAuthor
- the author.theTitle
- the title.thePages
- the number of pages.theValue
- the value in arbitrary units.theMainCharacter
- the main character's name.sqls
- the number of sequels.