“Compiler always provides an implicit default constructor for every class”. True or False. Justify your answer
False
The compiler does not provide an implicit default constructor for a class having parameterized constructors. Therefore, not all the classes will the compiler provide a default constructor.
Comments
Leave a comment