We
can not
override the static
method because static metod is a class
method and the scope of this
method within the same class itself. ... Hence, it
does not makes sense to "
override" it (or for that matter any static
method). The concept of "
overriding" is only for instance
methods.
read more >>