unlike class var, where they can overridden in subclasses, I believe same applies to static as well but unfortunately not. Here\'s an example
class
static
The documentation says:
“ static ” methods and properties are now allowed in classes (as an alias for “ class final ”).
So it is final, which means you cannot override it.
final