hi there,
i still do not get it...
id got another example..
could someone make this clearup the question
why this parent's method is invoked
and not the child version..
also when i say Parent p1 = new Child();
p1.dostuff();
will invoke the parent's method..
or is this because the static method belongs to
the class object rather than the instance..??
thanks,
Robert
[ May 24, 2002: Message edited by: Robert Ziel ]