employer cover photo
employer logo
employer logo

Information Management Services

Ist dies Ihr Unternehmen?

Frage im Vorstellungsgespräch bei Information Management Services

What is overriding? (In Java)

Antwort im Vorstellungsgespräch

Anonym

22. Juli 2016

Overriding is when the inheriting class implements new code into the old method of the superclass. As inheriting usually is meant to ensure that the proper functions are used, it enables the subclass to determine how to make the method work for it, specifically.