classic icon indicating copy to clipboard operation
classic copied to clipboard

Static methods are not inherited by child classes

Open achalddave opened this issue 9 years ago • 0 comments

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.

achalddave avatar Jun 06 '16 18:06 achalddave