| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| When you inherit a protected class-level variable, who is
it available to? | IBM | 5 |
| Can you override private virtual methods? | | 3 |
| Can you prevent your class from being inherited and
becoming a base class for some other classes? | | 2 |
| what is the main differnce between const,readonly and static | CDAC | 3 |
| What is the Difference between a sub and a function? | Wipro | 3 |
| what is CSharp | | 4 |
| what are value types and reference types? where they are stored? | Kanbay | 4 |
| What?s the C# equivalent of C++ catch (?), which was a
catch-all statement for any possible exception? | | 1 |
| Diff b/w casting and boxing | Wipro | 4 |
| How to raise an selection changed event associated with
listbox in datagridview control with a sample example?Here
the listbox is a child control associated with datagridview
control. | | 3 |
| what are the events in delegate? | Choice-Solutions | 2 |
| What’s difference between Association, Aggregation and
Inheritance relationships? | TCS | 1 |
| How do you generate documentation from the C# file commented
properly with a command-line compiler? | | 1 |
| Can you prevent a class from overriding? | | 3 |
| class Employee
{
stat9c Method1()
static Method2(ref a)
stat9c Method3(out x)
}
class Employee
{
stat9c Method1()
static Method2(ref a)
stat9c Method3(out x)
}
what will happen & why? | | 2 |
| how to use msflexgrid in asp.net | Unichem | 1 |
| What is the Main difference between String and
StringBuilder and why do we use StringBuilder. | Siemens | 7 |
| What are the types of threading models ? | Digital-GlobalSoft | 1 |
| Why we can't create the object of abstract class ? | IBM | 7 |
| About multi level and multiple inheritance how to achieve in
.net ? | MMTS | 1 |
| |
| For more C Sharp Interview Questions Click Here |