What is the default access specifier for a class member in C#?
C# supports multiple inheritance within classes. We call base calss in such case Abstract Class.
What is the requirement of compile time overloading?
What is the difference between instance and class?
Can you define a private constructor for a class?