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
You can have many constructors as long as they take in different parameters. But the compiler putting a default constructor in is not called "constructor overriding".