Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.08 KB | None | 0 0
  1. {
  2.         Book [] Library;
  3.         Library = new Book[5];
  4.         Library[0] = new Handbook ();
  5.  
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement