Computer Applications

Name the different types of constructors used while defining a class.

Java Constructors

19 Likes

Answer

The different types of constructors used while defining a class are as follows:

  1. Parameterised constructor
  2. Non-parameterised constructor

Answered By

10 Likes


Related Questions