viernes, 2 de septiembre de 2011

Java: call parent method from overriden method

If you are coding method: "myOverridenMethod()" and want to call it's parent implementation.

Solution:
  1. Insert the following line: super.myOverridenMethod()

No hay comentarios:

Publicar un comentario