Does every class require a constructor?
Yes obviously every class does require a constructor. The main function of the constructor is to initialize an object which is known as the object initialization process. Thus every class requires the need for the presence of a constructor in it.
BY Best Interview Question ON 19 Dec 2019