Computer Science, asked by Anonymous, 2 months ago

what are types of CONSTRUCTORS????​

Answers

Answered by TheEmeraldGirl
3

Explanation:

There are three types of constructors: Default, No-arg constructor and Parameterized.

Answered by nasreen77
1

Answer:

There are three types of constructors: Default, No-arg constructor and Parameterized.No-argument constructor: A constructor that has no parameter is known as default constructor. ...

Parameterized Constructor: A constructor that has parameters is known as parameterized constructor.

Similar questions