Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public void printAuthor()
  2. {
  3. System.out.println("Author: " + author);
  4. }
  5. public void printTitle()
  6. {
  7. System.out.println("Title: " + title);
  8. }