0 votes
in JAVA by
Define Copy Constructor in Java

1 Answer

0 votes
by

A Copy Constructor in Java is a constructor that initializes an object through another object of the same class.

Related questions

+1 vote
asked Jul 16, 2019 in C Plus Plus by Indian
0 votes
asked Oct 27, 2020 in JAVA by sharadyadav1986
...