Value Type & Reference Type in C#
We can Categorized variable into Value Type and Reference Types . - Value Type contain the value directly while the variable of reference type c…
We can Categorized variable into Value Type and Reference Types . - Value Type contain the value directly while the variable of reference type c…
- Class are allocated in the heap and therefore subject to garbage collection. - Struct are allocated on the stack and do not feed in the garbage …