please koi btae ga ki ye kesy run ho ga mery program me kia error - TopicsExpress



          

please koi btae ga ki ye kesy run ho ga mery program me kia error hai jis ki wjah se ye run ni ho ra ? compile to ho ha par run ni ho rha. abstract class A{ int a,b; abstract void method1(int a,int b); } class B extends A{ void method1(int a,int b){ int sum=a+b; System.out.println(the sum is =+sum); }} class C{ public static void main (String arg[]){ B obj=new B(); obj.method1(41,12); }}
Posted on: Fri, 26 Sep 2014 04:33:57 +0000

Trending Topics



Recently Viewed Topics




© 2015