//Child_Ins.java class Child_Ins{ int num = 123; void method_01(){ System.out.println("This is instance of Child_Ins!"); } }