Of course! Interfaces can extend interfaces.
Eg.
interface I1{}
interface I2{ }
interface I3 extends I1, I2{ }
interface I3 implements I1, I2{ } //this is wrong. Interfaces CANNOT implement anything.
HTH,
Paul.
------------------
Get Certified, Guaranteed!
(Now Revised for the new
Pattern)
www.enthuware.com/jqplus