Why and when to use Pointers-Part1
You require to use them (Mansfield, 2013): 1. At times, an object is passed as a pointer because you want the function to access the object itself and not its copy. 2. If you need to implement polymorphism. But this… Continue Reading