This case somewhat defies the common understanding of Java polymorphism, as invoking superclass methods from an instance is not allowed under normal circumstances. Java 7 introduced the ...