0 votes
in JAVA by
A java constructor returns a value, but what?

1 Answer

0 votes
by

A java constructor returns a value, but what?

Java constructor does not return any values.

🔗Reference: stackoverflow.com

🔗Source: Java Interview Questions and Answers

...