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
Because a constructor cannot be inherited in Java and Method Overriding requires inheritance. Therefore, it's not applicable.