Snippets tagged “overridden-methods”
1 snippet uses this tag.
- super() in JavaJava
In Java, the super keyword is used to refer to the superclass of the current class. It is often used to call the constructor of the superclass, or to access methods or fields of the superclass that have been overridden in the current class.