When Is The Constructor Called For An Object #157
When is the constructor called for an object?
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: Overloading Constructors - Quiz No.1.
When is the constructor called for an object?
As soon as overloading is required
As soon as class is derived
As soon as class is created
As soon as object is created