362 Views
Memory management is primary for any application. From the very beginning, we have used destructors, or deleted the allocated memory whilst using the other programming languages like C or C++. C# on the other hand being a proprietor of .NET framework provides us a new feature so that the programmer does not have to bother about the memory deallocation and the framework does it automatically.
0 comments