Which Among The Following Function Can Be Used To Call Default #158
Which among the following function can be used to call default constructor implicitly in java?
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.
Which among the following function can be used to call default constructor implicitly in java?
this()
that()
super()
sub()