What is the use of static members with example using c#.net.


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

Post New Answer

More C Sharp Interview Questions

Is c# slower than java?

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 is the difference between a class and an object c#?

0 Answers  


What is the use of protected in c#?

0 Answers  


What are anonymous methods ? why these methods are used and in what condition these methods are useful ?

1 Answers  


Is an interface a type c#?

0 Answers  


What are the differences between a class and a struct?

0 Answers  


How do you clear a list in c#?

0 Answers  


Oops concepts ?

2 Answers   Accenture, Digital GlobalSoft,


What is the use of ispostback in c#?

0 Answers  


How to assign default value to nullable types? Did nested nullable types are allowed

2 Answers   TCS,


What is a jagged array?

0 Answers  


Categories