Why do we need static class in c#?


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

Post New Answer

More C Sharp Interview Questions

Can properties be private in c#?

0 Answers  


Why delegates are required?

0 Answers  


what is uniary operators and binary operators and what is the difference

1 Answers   Protech,


How many classes are there in classification?

0 Answers  


What are the types of inheritance in c#?

0 Answers  


How we can create an array with non-default values?

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

1 Answers  


What?s the difference between an interface and abstract class?

2 Answers   Patni,


Explain the difference between arraylist and array and in c#?

0 Answers  


What does question mark mean in c#?

0 Answers  


Is c# a backend language?

0 Answers  


Difference between imperative and interrogative code?

1 Answers   VelTech, Wipro,


Categories