hi,
"a1" and "a2" in different source file.
/* package p1;
class a1 . */
/* package p1
class a2 extends a1*/
when i compiled a2 source file i got error saying "unresolved symbol"
plz tell me what to do , where i went wrong ..
thank u
"a1" and "a2" in different source file.
/* package p1;
class a1 . */
/* package p1
class a2 extends a1*/
when i compiled a2 source file i got error saying "unresolved symbol"
plz tell me what to do , where i went wrong ..
thank u
Comment