Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.26 KB | None | 0 0
  1. package test;
  2.  
  3. public class Abdullah_info {
  4. public static void main(String args[])
  5. {
  6.    
  7.     Abdullah module=new Abdullah();
  8.     module.setName("Abdullah","Bah'a Aldeen","Mahmoud");
  9.     module.getname();
  10.     module.setAge(21);
  11.     module.getAge();
  12.  
  13.  }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement