the c# keyword .int. Maps to which .net type?
what is the default access for a class
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
how encapsulation is implemented in c#
can you allow a class to be inherited, but prevent the method from being over-ridden?
explain the three services model commonly know as a three-tier application.
if a method is marked as protected internal who can access it?
what is scope of a protected internal member variable of a c# class
what is a enumeration in c#
what are pointer types in c#
what is difference between is and as operators in c#?
what is virtual method in c#?
what is the purpose of using statement in c#
who is a protected class-level variable available to?
how to sort an array in c#