classic
classic copied to clipboard
Static methods are not inherited by child classes
It seems that static methods are not inherited by child classes. So if B inherits from A, and A has a static method A.foo(), B does not have a corresponding B.foo(). I'm not sure if this is by design, though.