Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //default,public,private,protected
- public class Akses2 {
- public static void main(String[] args) {
- Akses1 object1 = new Akses1();
- System.out.println(object1.nama);
- System.out.println(object1.usia);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement