If a class does not provide any constructor,the compiler will provide a default constructor,which in turn call’s the no-argument of the super class. Why is this call to the no-argument constructor of the super class needed?
If a class does not provide any constructor,the compiler will provide a default constructor,which
Share
To initialize the super (inherited) part of that class