Java Rumblings
Pages
Home
TOC
Spring
Core Java
Design Pattern
Concurrency
Hibernate
Garbage Collection
Exception
Books
Java API
Collections
Reflection
Class Loader
Annotation
Generics
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment