Answer Posted / kirti
Value Type : A variable of a value type always contains a value of that type. The assignment to a variable of a value type creates a copy of the assigned value, while the assignment to a variable of a reference type creates a copy of the reference but not of the referenced object.
The value types consist of two main categories:
* Stuct Type
* Enumeration Type
Reference Type :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
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can I remove .net framework?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
List the new features added in .net framework 4.0.
mention what is the difference between ado.net and classic ado?
What is the difference between model view and controller?
Is mvc 4 supporting windows azure sdk (software development kit) ?
What is edm (entity data model)? : Entity framework
Are there any parts of the .net framework 3.0 that only work on windows vista?
how can you enhance the performance of entity framework?
What is basic authentication in web api?
Explain Bundle.Config in ASP.Net MVC4?
Is http stateful or stateless?
mention in what all scenarios entity framework can be applicable?
what is entityclient?