unread
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.
unread
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 :)