P
Pallav singh
Hi All ,
very basic question
we know that by making copy constructor as private , we cam stop
passing and returning object by value
for a function. But this help us only for function defined Outside
class.
How can i STOP pass by value for functions defined inside class to
pass / return object by value ?
is it possible.
Thanks
Pallav Singh
very basic question
we know that by making copy constructor as private , we cam stop
passing and returning object by value
for a function. But this help us only for function defined Outside
class.
How can i STOP pass by value for functions defined inside class to
pass / return object by value ?
is it possible.
Thanks
Pallav Singh