When to Use Structures in Dot Net?

 Posted by Vishalneeraj-24503 on 3/1/2015 | Category: Visual Studio Interview questions | Views: 2348 | Points: 40
Select from following answers:
  1. It logically represents a single value,similar to primitive types (integer, double, and so on).
  2. It has an instance size smaller than 16 bytes.
  3. It is immutable (whose state cannot be modified after it is created).
  4. It will not have to be boxed frequently.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response