[Gambas-user] Fixing bug tracker issue 78

Benoît Minisini gambas at ...1...
Wed Aug 31 03:13:02 CEST 2011


> 
> Sorry, I'm really panicky, I meant method overriding not polymorphism.
> Bruce

This change only makes the interpreter raise an error instead of eventually 
segfaulting, by preventing something that is forbidden : changing the 
signature of a method through inheritance.

That has nothing to do with virtual dispatching : the overridden method is 
always called.

-- 
Benoît Minisini




More information about the User mailing list