Understanding memory management has always been an important topic to avoid memory performance issues and crashes. A good way to understand something is to ask questions about how it works. This article is answering a question “How memory is managed during copying an object?”. …