Wednesday, June 06, 2007

C# - Interview questions

Here it is continues....

6) When we inherit a protected class-level variable, who is it available to?
Ans: Classes in the same namespace.

7) What is an interface?
Ans: An Abstract class with only declarations of methods and properties. Implementations of them will be in the class which is going to inherit it.

8) What is a multicast delegate?
Ans: A Delegate that points to and eventually fires off several methods.

9) What namespaces are necessary to create a localized application?
Ans: System.Globalization and System.Resources

10) Expand GAC:
Ans: Global Assembly Cache

C U Soon...

Happy Coding....!!!!!

No comments:

Post a Comment