Overriding method definitions
In a derived class, if you include a
method definition that has the same name
and exactly the same number and types of
and sequence of parameters (signature)
as a method already defined in the base
class (parent), this new definition replaces
the old definition of the method.
Sunday, 1 June 2008
by; Darius Pfitzner