What are the differences between static, public and void in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is parsing? How to parse a date time string?

0 Answers  


What is a delegate in c#?

0 Answers  


What is meant by enumerable in c#?

0 Answers  


What are handlers in c#?

0 Answers  


What do you mean by jagged arrays in c#?

0 Answers  






What is the difference between console application and windows application?

0 Answers  


Why is c# better than java?

0 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


Why do we need properties in c#?

0 Answers  


What is the use of private constructor in c#?

0 Answers  


Does c# support c type macros?

0 Answers  


Is string a primitive data type in c#?

0 Answers  


Categories