Answer Posted / guest
yes
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How do you prevent a method from being overridden in c#?
Which are the access modifiers available in c#?
In which format you can pass the value in the sleep function?
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
What is icomparer in c#?
Why do we use delegates in c#?
Why do we need singleton pattern in c#?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What is the difference between and xml documentation tag?
Is multiple inheritance possible in c#?
What is variable in c#?
What is the purpose of a console table?
When would you use generics in your code c#?
How does c# generics and c++ templates compare?
Is c# pass by value?