Which among the following function can be used to call default constructor implicitly in java?
Which among the following function can be used to call default constructor implicitly in java? Correct Answer this()
The function this() can be used to call the default constructor from inside any other constructor. This helps to further reuse the code and not to write the redundant data in all the constructors.
মোঃ আরিফুল ইসলাম
Feb 20, 2025