Computer Science, asked by sasanktiwari0, 6 months ago

17. When may a constructor be called without specifying arguments?​

Answers

Answered by kanakbharali350
0

Answer:

No-argument constructor: A constructor that has no parameter is known as default constructor. If we don't define a constructor in a class, then compiler creates default constructor(with no arguments) for the class.

Similar questions