Which feature of the .NET framework is responsible for automatic memory management through a process known as _________________?

Choose the correct answer

Explanation

The .NET framework uses Garbage Collection to automatically manage memory by reclaiming unused objects, which helps prevent memory leaks and improves application performance. Assemblies refer to compiled code libraries, Serialization deals with object state persistence, and Overriding involves modifying base class methods.