Computer Applications
Explain the following terms:
Copy constructor
Java Constructors
21 Likes
Answer
A constructor used to initialize the instance variables of an object by copying the initial values of the instance variables from another object is known as Copy Constructor.
Answered By
13 Likes