S
Shak
Hi all.
I was led to believe that static methods were not inherited by their
subclasses (and since that makes sense, rightly so).
However, a subclass I've written is using it's (abstract) superclass's
operators. How can that be when operators are always static?
Is it a special case? It's handy, sure, but doesn't it "break" the language
somehow? Or isn't this actually inheritance at play here?
Shak
I was led to believe that static methods were not inherited by their
subclasses (and since that makes sense, rightly so).
However, a subclass I've written is using it's (abstract) superclass's
operators. How can that be when operators are always static?
Is it a special case? It's handy, sure, but doesn't it "break" the language
somehow? Or isn't this actually inheritance at play here?
Shak