Getting Started with Java
This is a 100% free course, but we need you to first join or login to watch this video.
Alright, join or login here.This video shows an example of method overriding and super keyword in Java. Use method overriding to define how each subclass should customize the method defined by the superclass. Use the super keyword to access superclass variable or method or constructor.