Why do we use namespace in c#?
What is difference between class and abstract class in c#?
What is default parameter in c#?
What is the difference between a function and a method?
What is the relation between classes and objects?
Can namespace contain the private class?
Are c# references the same as c++ references?
What are the different types of comments in c#?
What is a generic method?
what is the difference between passing a value object by reference and a reference object by value?
Why can?t you specify the accessibility modifier for methods inside the interface?
What?s an abstract class?
What is gac? What are the steps to create an assembly and add it to the gac?