Computer Science, asked by aswany88, 1 year ago

Are Multiple Constructors possible in Java?

Answers

Answered by abhishekshibu9267
0

Constructor Overloading - Multiple Constructors for a Java Class. A class can have multiple constructors, as long as their signature (the parameters they take) are not the same. You can define as many constructors as you need.

Similar questions