M
Mike
Hi,
Just out of curiousity / desire to learn, can someone explain to me what
Implements is useful for?
The way I read the example, variables were defined in one class, then two
classes that Implement that first class have to define all the properties to
cover those variables - does that mean that the only thing implements does
is save you from having to declare the variables in the other 2 classes?
either the example is too simple, or I'm just missing something.
I guess the reason I ask is I was trying to find a way to define a class for
my charts with a "standard" reaction to events (standard for my particular
app), and then for specific charts override some of those events, and I
stumbled across implements, but I'm not sure if that's what I'm looking
for... and now I'm curious.
Thanks,
mike.
Just out of curiousity / desire to learn, can someone explain to me what
Implements is useful for?
The way I read the example, variables were defined in one class, then two
classes that Implement that first class have to define all the properties to
cover those variables - does that mean that the only thing implements does
is save you from having to declare the variables in the other 2 classes?
either the example is too simple, or I'm just missing something.
I guess the reason I ask is I was trying to find a way to define a class for
my charts with a "standard" reaction to events (standard for my particular
app), and then for specific charts override some of those events, and I
stumbled across implements, but I'm not sure if that's what I'm looking
for... and now I'm curious.
Thanks,
mike.