Can a static class contain non static members?


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

Post New Answer

More C Sharp Interview Questions

Is goto statement supported in C#? How about Java?

2 Answers  


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


How to use the sreamReader class to read form a text file?

0 Answers   MCN Solutions,


What is internal and protected-internal accessspecifier in c#.net?

1 Answers  


What is event and delegates in c#?

0 Answers  






What is collection of classes in c#?

0 Answers  


So what makes your code really object-oriented #?

0 Answers  


Can we create instance of private class in c#?

0 Answers  


Is dictionary a collection?

0 Answers  


How many digits is a 32 bit number?

0 Answers  


What is the difference between an application domain and a process?

0 Answers  


Hi!!! my question is how we can apply or do Themes in C#.NET? please any sample or website from where i can get the answer.

1 Answers  


Categories