Advertisement
ariestamirra

Y

Apr 30th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.10 KB | None | 0 0
  1. package LatihanInheritance2;
  2.  
  3. class Y {
  4.  
  5.     Y() {
  6.         System.out.print("Y");
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement