Home »

Briefly explain the characteristics of reference- type variables that are supported in the C# programming language?

Question ListCategory: C#.NETBriefly explain the characteristics of reference- type variables that are supported in the C# programming language?
adamemliy16 author asked 9 years ago
1 Answers
jeanderson295 author answered 8 years ago

The variables that are based on reference types store references to the actual data. The keywords that are used to declare reference types are: 1. Class – Refers to the primary building block for the programs, which is used to encapsulate variables and methods into a single unit. 2. Interface – Contains only the signatures of methods, properties, events, or indexers. 3. Delegate – Refers to a reference type that is used to encapsulate a named or anonymous method.

Please login or Register to Submit Answer