How deep and shallo copy works internally in copy of class data.
If i use copy constuctor then all data is copied by deep concept and when I use "=" equal to operator data is copied by shallow concept. what exactly is the differance between these two concepts.

Sanjiv