Are structs value types or reference types?
What do you mean by saying a "class is a reference type"?
Can I use exceptions in c#?
Can you access a hidden base class method in the derived class?
Explain what is an interface in c#?
If you donot specify an access modifier for a method, what is the default access modifier?
What are access modifiers used for?
Can the accessibility of a type member be greater than the accessibility of its containing type?
Are c# references the same as c++ references?
What is the difference between proc. Sent by val and by sub?
Can you declare a field readonly?
Is c# a strongly-typed language?
What are the 4 pillars of any object oriented programming language?
What are the 3 types of comments in c#?
How can I get the ascii code for a character in c#?