Does lejos support polymorphic classes?
I have a class that extends a base abstract class which implements an interface.
However, when, at runtime, a method is called on the subclass I get a nosuchmethod error, even though it is there, and public.
Is there a way around this?
Cheers,
Rupert
