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.
মোঃ আরিফুল ইসলাম
Feb 20, 2025