If There Is A Constructor With All The Default Arguments And #118
If there is a constructor with all the default arguments and arguments are not passed then _________________
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 Constructors and Destructors - OOPs MCQ: Constructors - Quiz No.2.
If there is a constructor with all the default arguments and arguments are not passed then _________________
The default values given will not be used
Then all the null values will be used
Then all the default values given will be used
Then compiler will produce an error