Re: "Multiple Inheritance" for Interfaces

php.internals

Cesare D'Amico

22 years ago
Alle 16:09, sabato 13 dicembre 2003, Sebastian Bergmann ha scritto:
>     - Does > >         interface C implements A, B {} > >       do what I want?
This syntax sounds strange to me: an interface should'nt _implement_ other interfaces... sounds as nonsense. Ciao ce
-- Cesare D'Amico - boss (@t) cesaredamico (dot) com http://www.cesaredamico.com To err is human, to forgive is not our policy.

Michael Walter

22 years ago
Cesare D'Amico wrote:
> Alle 16:09, sabato 13 dicembre 2003, Sebastian Bergmann ha scritto: > >> - Does >> >> interface C implements A, B {} >> >> do what I want? > > > This syntax sounds strange to me: an interface should'nt _implement_ > other interfaces... sounds as nonsense.
That might be part of his point :)