| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is overloading and how can this be done ? | MMTS | 3 |
| How does a function pointer returns a function pointer? | Wipro | 3 |
| If u declare two interfaces withsame methodnmae .prototype
how can u call the particular method from class? | Microsoft | 4 |
| what are the bugs are faced in a project | Accenture | 1 |
| What are the two kinds of properties?
| Wipro | 10 |
| Why is it a bad idea to throw your own exceptions? | | 3 |
| What?s the advantage of using System.Text.StringBuilder over
System.String? | | 1 |
| Are private class-level variables inherited? | Visual-Soft | 3 |
| Is array reference type / value type ? | Accenture | 1 |
| What is Abstraction? | Tech-Mahindra | 3 |
| Explain About the Sattilite Assembly in .Net Technology? | TCS | 2 |
| public void A() {
int x;
x = 8;
x *= 4 + 8 / 2;
}
Given the above code, what is the value of "x"? | | 7 |
| localization using windows c# | | 2 |
| Can you declare the override method static while the
original method is non-static? | | 2 |
| When do you absolutely have to declare a class as abstract
(as opposed to free-willed educated choice or decision based
on UML diagram)? | Mind-Tree | 2 |
| Will finally block get executed if the exception had not
occurred? | | 2 |
| What does the keyword virtual mean in the method definition? | | 1 |
| What?s the top .NET class that everything is derived from? | Visual-Soft | 3 |
| What is Interface and Abstraction (in real time scenario) | HCL | 3 |
| What?s an abstract class? | NIIT | 2 |
| |
| For more C Sharp Interview Questions Click Here |