What will the output of this code

class DNF
{
public static void Main()
{
System.Console.WriteLine("Hello DNF members");
}
}

interface itfunda
{
int a;
}

 Posted by Amatya on 3/12/2017 | Category: C# Interview questions | Views: 8158 | Points: 40
Select from following answers:
  1. Hello DNF members
  2. Interfaces cannot contain fields
  3. Will not execute
  4. All Above

Show Correct Answer


Asked In: Accenture | Alert Moderator 

Comments or Responses

Login to post response