What is an arraylist in c#?
What?s the difference between an interface and abstract class?
Explain about multithreading?
What is callback function in c#?
What?s the implicit name of the parameter that gets passed into the class? set method?
What is Dispose method in .NET?
What is instantiating a class?
What?s the implicit name of the parameter that gets passed into the class? set method?
I have a class declared as below public class a { public void add() {} } What is the diference between a a1 =new a; and simply a a1;
Can abstract class be instantiated c#?
What is use of singleton class in c#?
use of operator overloading of implicit & explicit operators?
What does addressof operator do in background ?