|
peter
Answered 12 May 2023
|
Memory management in C# is handled by the garbage collector. The garbage collector automatically frees up memory by identifying and releasing objects that are no longer in use, eliminating the need for manual memory management.