If programmer have defined parameterized constructor only, then __________________

If programmer have defined parameterized constructor only, then __________________ Correct Answer Default constructor will not be created by the compiler implicitly

When the programmer doesn’t specify any default constructor and only defines some parameterized constructor. The compiler doesn’t provide any default constructor implicitly. This is because it is assumed that the programmer will create the objects only with constructors.

Related Questions

What would be the behaviour if one parameterized constructor is explicitly defined?
If a member function have to be made both zero argument and parameterized constructor, which among the following can be the best option?
If all the classes used parameterized constructors and no default constructor then ___________