po #1 Can I have a type which extends a type which extends a type?Example:Type T1End TypeType T2 Extends T1End TypeType T3 Extends T2End Type
Dreamora #2 Sure, thats no problem.You could even have a T32 extends T1 ... beside that types you have.