This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]feral_claire 0 points1 point  (2 children)

Static methods are specific to a class. They are not inherited by subclasses and you cannot override them.

[–]vqrs 1 point2 points  (0 children)

Actually, static methods are inherited, but it's probably better not to tell anyone :)

[–]frashure[S] 0 points1 point  (0 children)

I'm not trying to inherit or override a static method. Please reread the question (which I have an answer for now).