Computer Applications

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

Java Constructors

16 Likes

Answer

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

  1. Parameterised constructor
  2. Non-parameterised constructor

Answered By

9 Likes


Related Questions