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
What is NonActionAttribute ?
Which is the root namespace for fundamental types in .net framework?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
what is split entity?
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
What is code first? : Entity framework
What are actions in mvc?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What are ajax helpers in asp.net mvc?
What are action filters?
What is viewbag?
What is .net framework used for?
What is a view engine?
Can you explain renderbody and renderpage in mvc?
What is meant by domain model?