Buy Questpond's video subscriptions on
huge discount
.
Online: 3794
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
C#
>
Loading ...
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
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Select from following answers:
Hello DNF members
Interfaces cannot contain fields
Will not execute
All Above
Interfaces in C# cannot contain fields i.e variables.
Show Correct Answer
Asked In:
Accenture |
Alert Moderator
Bookmark It
< Previous :
What is LINQ?
Next > :
What is Interface?
Comments or Responses
Login to post response
More Interview Questions by Amatya
What is Interface?
Passing a variable as a out parameter you need to
Passing a variable as a ref parameter you need to.
What is the output? static void Main(string args[]) { int ...
What will be the correct output of the following? string F1 = " ...
public static void Main(string[] args) { int n1 = 10; in ...
C# language is managed or unmanaged code?
What is the full form of GAC?
Latest Interview Questions
Explain in brief the purpose of ServiceConfiguration.Local.cscfg file
Explain the purpose of ServiceConfiguration.Cloud.cscfg file
What is the purpose of Dataset in Data Factory?
Purpose of Linked Service in Data Factory
List out the various Data transformation activities of Data Factory
What is Activity and Pipeline in Data Factory?
Which command of AZCopy will help us to upload multiple files into blo ...
We need to upload a video file into Azure Storage. Which among the bel ...
More ...