Which Is The Correct Statement For Default Constructors #1214
Which is the correct statement for default constructors?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 Default Arguments vs Overloading, Upcasting and Downcasting - OOPs MCQ: Constructors Overloading - Quiz No.2.
Which is the correct statement for default constructors?
The constructors with all the default arguments
The constructors with all the null and zero values
The constructors which can’t be defined by programmer
The constructors with zero arguments