What is the use of static members with example using c#.net.
Is c# slower than java?
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 }
What is the difference between a class and an object c#?
What is the use of protected in c#?
What are anonymous methods ? why these methods are used and in what condition these methods are useful ?
Is an interface a type c#?
What are the differences between a class and a struct?
How do you clear a list in c#?
Oops concepts ?
2 Answers Accenture, Digital GlobalSoft,
What is the use of ispostback in c#?
How to assign default value to nullable types? Did nested nullable types are allowed
What is a jagged array?