[Gambas-user] Issue 78 in gambas: Illegal optimization / May a method's return value type in a derived class be different from the base class?
gambas at ...2524...
gambas at ...2524...
Sat Sep 3 21:14:47 CEST 2011
Comment #7 on issue 78 by benoit.m... at ...626...: Illegal optimization / May
a method's return value type in a derived class be different from the base
class?
http://code.google.com/p/gambas/issues/detail?id=78
It works, because private symbols are *really* private, the interpreter
does not see them at all (the debugger excepted), and so the inheritance
mechanism does not as well.
And please: this is a bug tracker, so I prefer you ask such questions on
the mailing-list. Thanks in advance! :-)
More information about the User
mailing list