Advertisement
Guest User

awd

a guest
Sep 27th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.28 KB | None | 0 0
  1. package com.company;
  2.  
  3. public class Book {
  4.     public String title;
  5.     public String publisher;
  6.     public String description;
  7.     public String subtitle;
  8.     public String isbn;
  9.     public String author;
  10.    
  11.     public void presentBook() {
  12.       !!!  HER  !!!
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement