Content deleted Content added
→Interfaces and Abstract Classes: answer query |
→Interfaces and Abstract Classes: should proofread my post... |
||
Line 5:
Is it possible for an Interface to implement other interface or extend an abstract class?
:No. An interface can extend other interfaces (similar to a class implementing interfaces), but it can't implement other interfaces. Semantically this is because
:Hope that helps. —[[User:Doug Bell|Doug Bell]] <sup>[[User talk:Doug Bell|talk]]'''•'''[[Special:Contributions/Doug Bell|contrib]]</sup> 06:38, 10 November 2006 (UTC)
|