Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. public class Encapsulation {
  2.  
  3. // variables
  4. public int age;
  5.  
  6. // default constructor
  7. public Encapsulation() {
  8.  
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement