August 19th, 1999, 06:55 AM
Hi,
I'm looking for information about the way of
redefine class parent methods in children. The instruction
implements seems to be used to implement polimorfism, but
i don't know how does it work. All the examples i've seen use
different names to codify children methods so, how can parent know
what's the method he needs to execute depending on child type?
thanks.
I'm looking for information about the way of
redefine class parent methods in children. The instruction
implements seems to be used to implement polimorfism, but
i don't know how does it work. All the examples i've seen use
different names to codify children methods so, how can parent know
what's the method he needs to execute depending on child type?
thanks.