Implementiert Java
It is the mechanism in Java by which one class is allowed to inherit
the features(fields and methods) of another class
QuietHumility
It is the mechanism in Java by which one class is allowed to inherit
the features(fields and methods) of another class
extends is for extending a class.
implements is for implementing an interface