If two objects of the same class are defined, one is assigned to the other.And the class has point member variable.For example,
class A{ private: int *a; pu