Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class mp
  2. {
  3. void fun()
  4. {
  5. System.out.print("welcome");
  6. }
  7. }
  8. class sp
  9. {
  10. public static void main (String []ab)
  11. {
  12. sp a1=new sp;
  13. a1.fun();
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement