Extending Multiple Types

BlitzMax Forums/BlitzMax Programming/Extending Multiple Types

Leiden(Posted 2006) [#1]
Can it be done? For instance,

Type Test
End Type

Type Test2
End Type

Type Test3 Extends Test2 Extends Test
End Type


Bad example but It should give the basic idea of what I'm trying to achieve. Thanks in advance,


N(Posted 2006) [#2]
No.


Brucey(Posted 2006) [#3]
There's no multiple inheritance...

Shame really...


Leiden(Posted 2006) [#4]
Yeah thought so, it would come in rather handy though :/