0 votes
in JAVA by
What is a constructor in java?

1 Answer

0 votes
by

What is a constructor in java?

A constructor in Java is a special method that is used to initialize objects. The constructor is called when an object of a class is created.

...