1.

Briefly Explain The Characteristics Of Reference-type Variables That Are Supported In The C# Programming Language.?

Answer»

The variables that are based on reference TYPES store references to the ACTUAL data.

The keywords that are used to declare reference types are:

  • Class - Refers to the primary building block for the programs, which is used to encapsulate variables and methods into a single unit.
  • Interface - Contains only the signatures of methods, properties, EVENTS, or indexers.
  • DELEGATE - Refers to a reference type that is used to encapsulate a named or anonymous METHOD.

The variables that are based on reference types store references to the actual data.

The keywords that are used to declare reference types are:



Discussion

No Comment Found