what are types of CONSTRUCTORS????
Answers
Answered by
3
Explanation:
There are three types of constructors: Default, No-arg constructor and Parameterized.
Answered by
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