Default Constructor Initializes All Data Members As #132
Default constructor initializes all data members as ___________
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: Types of Constructors - Quiz No.2.
Default constructor initializes all data members as ___________
All numeric member with some garbage values and string to random string
All numeric member with some garbage values and string to null
All numeric member with zero and strings to random value
All numeric member with zero and strings to null