0 / 60 seg.

What demonstrates the override of a method in Java?

@Override
public void display() {
    System.out.println("Displaying details");
}