Reference Types Data in ASP.Net C#

Variables of reference types, referred to as objects, store references to the actual data. This section introduces the following keywords used to declare reference types:
  • class
  • interface
  • delegate
This section also introduces the following built-in reference types:
  • object
  • string
Tags: , , ,
Hot on Web:


About author