Reference & value types in C#

Reference Type
  Objects that stores the reference of the actual data. 
(e.g) Classes, Interfaces, objects, strings, delegates.
Value Types
  Holds the actual value.
(e.g)
 Struct,bool,enum.
 

Comments

Popular posts from this blog

Types of Architects

Basic measurements

Search html table contents based on its td using Jquery