Java for Testers #30 – Super Keyword in Java

In this Java for Testers tutorial, we will learn about the super keyword in java. The super java keyword is a reference variable used to refer parent class objects.

Java super keyword has many applications, one of which can be in the case of overriding. If you override one of the parent class methods then you can invoke the overridden parent class method using the super keyword.