Select from following answers:- public constructor
- private constructor
- default constructor

- instance constructor
- All Above
Constructor with no parameters is called as parameter-less constructor or default constructor.
Default constructors not visible in the program and are called by the objects created by using 'new' keyword.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator