what is constructor in java #34
Answered
by
MYethishwar
mssanamateen
asked this question in
Q&A
|
what is constructor in java? mention your point of view |
Answered by
MYethishwar
Mar 28, 2024
Replies: 1 comment
|
A constructor in Java is like a special method used to create objects. |
0 replies
Answer selected by
mssanamateen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A constructor in Java is like a special method used to create objects.
Note:- The name of a constructor in Java must match exactly with the name of the class it belongs to