Class | Description |
---|---|
Book |
Class representing a book.
|
Fiction |
Class representing a work of fiction.
|
NonFiction |
Class representing a work of nonfiction.
|
Novel |
Class representing a novel.
|
PersonalLibrary |
Class that demonstrates inheritance through a hierarchy
of book types.
|