Re: Static methods overridden !!




Static calls are really replaced by CowTest.saySomething() (which it
inherits from AnimalTest)

Yep, I understand that Static method calls are at class level than at
object level. But, are you trying to say that static methods will be
inherited but not overridden? This is strange and confusing. Can you
please try n explain from JVM point of view? Thanks.

.