|
|
-
|
|
Some class has a field declared as readonly array, for example:
private readonly int[] _array = new int[10];
Is it allowed to change elements of this array ?...
|
|
-
|
|
What is numeric promotions?...
|
|
-
|
|
How can you change the type of a enum?...
|
|
-
|
|
What is the differnce between int.Parse and Convert.ToInt32?...
|
|
-
|
|
Write a C# statement where both heap and stack memory allocation is required....
|
|
-
|
|
Recently in one of the interview, i got this question, "What is Large Object Heap and what is the significance of this?...
|
|
-
|
|
Can structs have constructors? (remember structs are not of reference types)...
|
|
-
|
|
What is diamond of death in OOPS?...
|
|
-
|
|
How do you prevent a class from further inheriting?...
|
|
-
|
|
If base class is developed in VB.NET, is it possible to inherit it in C#?...
|
|