Objects with Pointers
7. Objects with Pointers#
In this chapter, we realize that in classes that have pointers, there is a high chance that we need to define the class’ own copy constructor, operator=
and destructor.
In this chapter, we realize that in classes that have pointers, there is a high chance that we need to define the class’ own copy constructor, operator=
and destructor.