Can a copy constructor accept an object of the same class as parameter, instead of reference of the object?
Related Questions
- What if the constructor take a mutable object reference as parameter, or a data member is a reference to a object, is this class still mutable?
- Can a copy constructor accept an object of the same class as parameter, instead of reference of the object?
- Why the copy constructor is having a (&) variable as parameter?