j
k
j a
j l
Daniel Wallin wrote: [...]
How about: INTERFACE( Base1 , ... ); INTERFACE( (Derived, (Base1)(Base2)(..)) , ... ); For base lists?
How about:
INTERFACE( Base1 , ... );
INTERFACE( (Derived, (Base1)(Base2)(..)) , ... );
For base lists?
Or maybe: INTERFACE(Derived, extends (Base1) extends (Base2) ... ); -- Daniel Wallin
Back to the thread
Back to the list