Cómo llamar al método original

void myMethod (String a, String b){ // hacer cosas aquí super.myMethod(a, b); // posiblemente hay que hacer algo más aquí } //Fuente: Libro "Aprendiendo Java 2 en 21 días"

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.