Friday 18 February 2011

Static methods are hidden, so not over-ridden

static methods can be hidden ie you can declare a static method in the subclass with the same signature as a static method in the superclass. The superclass method will not be accessible from a subclass reference

No comments:

Post a Comment