|
|
-
|
|
Recently in one of the interview, I faced this tricky question, "What is the advantage for compiling to intermediate code instead of native code directly?"...
|
|
-
|
|
Recently i faced this question, "Where memory for static variables will be allocated?"...
|
|
-
|
|
Both for static class and abstract class, its not possible to create objects. What is the difference between these two?...
|
|
-
|
|
1. What is default access modifier for interface?
2. Is it possible to specify access modifier as "Protected" for interface? ...
|
|
-
|
|
How do you invoke a method in a abstract class without inheriting the class?...
|
|
-
|
|
What is difference between ref and out variables?...
|
|
-
|
|
In C# Every class inherits a class , even if you don't specify one for the inheritance. Which is that class?
...
|
|
-
|
|
What is the default access modifier for interface members?...
|
|
-
|
|
How do you prevent a class from being inherited?
...
|
|
-
|
|
Is it possible to add custom object as a key in HashTable,if so how to retrieve the stored value?...
|
|