posted 21 years ago
Concerning answering your question, perhaps a quick example with less than complete descriptions will help.
Consider the following interface definitions, which exemplify one interface extending another.If a class is defined to implement InterfaceB, then it must implement all methods declared in InterfaceA and in InterfaceB (else the class must be declared abstract).
If something isn't clear, just ask another question.
I hope to see you 'round the Ranch!