Friday, 27 September 2013

difference between Java and C++ copy constructor

difference between Java and C++ copy constructor

How does Java support copy constructor and how is it different from C++? I
would like to understand the Java equivalent of the logic to execute rule
of three (copy constructor, destructor, assignment operator) from the
compiler side of the story.

No comments:

Post a Comment