[Gambas-user] How do I override an Array class?

Benoît Minisini gambas at ...1...
Mon Jun 18 13:32:11 CEST 2012


Le 18/06/2012 13:24, Emil Lenngren a écrit :
> What is the real reason for limiting inheritance to max 16 levels? I see no
> problem having no limit at all.
>
> /Emil
>

16 is arbitrary, but a limit is necessary for one algorithm in class 
inheritance management.

Anyway if you need more than 16 inheritance level, you may have a 
problem somewhere in your design...

-- 
Benoît Minisini




More information about the User mailing list