Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Class Building {
  2. String name;
  3. String[] facilities;
  4. }
  5.  
  6. Class OfficeBuilding extends Building{
  7.  
  8. }
  9.  
  10. Class ResidentialBuilding extends Building {
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement