Which point is true regarding #REGION block?

 Posted by vishalneeraj-24503 on 9/15/2014 | Category: .NET Framework Interview questions | Views: 4615 | Points: 40
Select from following answers:
  1. A #region block must be terminated with a #endregion directive.
  2. A #region block cannot overlap with a #if block. However, a #region block can be nested in a #if block, and a #if block can be nested in a #region block.
  3. Both A and B
  4. None of these.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response