Q. When may a constructor be called without specifying arguments? (Solved)
1. When the default constructor is not called
2. When the name of the constructor differs from that of the class
3. When there are no constructors for the class
4. None of above
- c. When there are no constructors for the class