Answers

Question and Answer:

  Home  VB .Net Developer

⟩ Can you please explain the difference between value and reference types?

Value types directly store the data and it is allocated to stack. Reference type store a reference to the value's memory address and are allocated to heap.

 137 views

More Questions for you: