Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
is possible to define abstract static method? i.e., the method doesn't depend on any instance variables but subclasses have different implementations
-
for a void method, we can also make it …