|
|
-
|
|
What are Named and Optional arguments in C#?...
|
|
-
|
|
In C# Every class inherits a class , even if you don't specify one for the inheritance. Which is that class?
...
|
|
-
|
|
Write a C# statement where both heap and stack memory allocation is required....
|
|
-
|
|
What is Lazy instantiation in C#?...
|
|
-
|
|
How can you change the type of a enum?...
|
|
-
|
|
What is the differnce between int.Parse and Convert.ToInt32?...
|
|
-
|
|
Can a class have multiple static constructors? Is constructor overloading is permitted?...
|
|
-
|
|
Both for static class and abstract class, its not possible to create objects. What is the difference between these two?...
|
|
-
|
|
What is the default access modifier for interface members?...
|
|
-
|
|
Is it allowed to create fields in interfaces?...
|
|