Which among the following function can be used to call default constructor implicitly in java?
(a) this()
(b) that()
(c) super()
(d) sub()
The question was posed to me in an interview for job.
My question comes from Overloading Constructors in portion Constructors and Destructors of Object Oriented Programming