What i know is, the compiler writes a default no argument constructor in the byte code. But if we write it ourselves, that constructor is called automatically. Is this pheno
Your example is not an override. Overrides technically occur in a subclass, but in this example the contructor method is replaced in the original class.