Static methods are
inherited in Java but they don't take part in polymorphism. If we attempt to override the
static methods they
will just hide the superclass
static methods instead of overriding them.
Static method is
inherited in subclass but it is not polymorphism.Apr 24, 2012
read more >>