hello!
please explain me with example, what does that mean-
'automatic garbage collection in C#'
:)
'automatic garbage collection in C#'
:)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anupam SinghPosted Jun 23, 2014, 1:49 AM
automatic garbage collection is handled by CLR. When we don't reference an object further in our code CLR reclaim or reuse that memory for another object automatically.
Anupam SinghPosted Jun 27, 2014, 12:38 AM
Abhishek JaiswalPosted Jun 26, 2014, 11:49 PM
thank you for that brief description. Thats what i was looking for.
:)