Java is an object-oriented programming language. To create objects and meaningfully initialize them, a developer must use a Java constructor. Constructors are a critical part of software development ...
Make the copy constructor private. Of course, this might also have the side-effect of preventing the use of the STL container, given that being copy constructible is, y'know, a requirement. Use a ...