Posts tagged java

  • Calling Superclass Methods

    Published

    A common mistake I see Java beginners make is to call methods like super.foo() indiscriminate when subclassing is involved. However, there's a subtle difference between that and regular method calls.