Since 6/2/2012 11:01:15 PM, felixchu has written 1 articles and participated in 2 conversations. felixchu signature: felixchu
felixchu's articles:
Items(1) /1
Is method(super) legal?1131 (2/3/2004 2:56:25 PM) comp.lang.java.programmer Can anyone please help me with this? I have two classes "parent" and "child". The source code is below: class parent { void method1(parent p){}; } class child extends parent { void child_method() { ... Felix
felixchu's replies:
Items(1) /1
Is method(super) legal?1131 (2/3/2004 2:56:25 PM) comp.lang.java.programmer Can anyone please help me with this? I have two classes "parent" and "child". The source code is below: class parent { void method1(parent p){}; } class child extends parent { void child_method() { ... felixchu(3)