I have class B, which inherits from class A. The superclass A is abstract, containing one abstract method. I don\'t want to implement the abstract method in class B, therefore I
They are functionally equal, but the first one is preferred because it's shorter and isn't weird.