Sascha Haeberling schrieb:
> Hi,
>
> I am currently experimenting with the new OO-API in 0.7 beta 1. It feels
> great so far and it looks nice and clean.
Nice to hear. Positive feedback is useful, too.
> But what I am wondering is: Is there a way to call a superclass' method
> named different
Hi,
I am currently experimenting with the new OO-API in 0.7 beta 1. It feels
great so far and it looks nice and clean.
But what I am wondering is: Is there a way to call a superclass' method
named different than the one I am calling from?
For example, if I have a method getA() in a super-class and