/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package B;

import A.TestA;

/**
 *
 * @author Yuliana
 */
public class MainB {
     public static void main(String args[]){
        TestA testA = new TestA();
        //silakan tulis testA. maka yang muncul variabel dan method yang public saja
       
                
    }
}
