| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is Abstraction? | Tech-Mahindra | 3 |
| why instance? what are the uses of instance? | Choice-Solutions | 2 |
| what is namespace? | | 6 |
| Explain constructor? | Wipro | 6 |
| How?s the DLL Hell problem solved in .NET? | Visual-Soft | 1 |
| How to make a class non-inheritable other than sealed? | | 3 |
| what is read only and constant | IBM | 8 |
| What is a HashCode? | | 1 |
| Difference between dispose and destructor? | TCS | 2 |
| What is early binding and late binding | TATA | 5 |
| what r arraylist?
what the use of Hashtables? | | 4 |
| int i = 1;
int j = 1;
System.Console.WriteLine(i == j);
System.Console.WriteLine(i.ToString() == j.ToString());
System.Console.WriteLine((object)i == (object)j);
Give the sample code above, what is the output to the console?
| | 3 |
| What does the term immutable mean? | Techno-Labs | 2 |
| Does C# support multiple inheritance? | | 3 |
| A->B->C (EXTENDS)
How the constructors are called when we created an object of C | Karur-Vysya-Bank-KVB | 2 |
| Difference between ByVal and ByRef? | Microsoft | 3 |
| how to change a value of particular cell in a data grid | | 3 |
| What?s the role of the DataReader class in ADO.NET connections? | | 2 |
| What?s the advantage of using System.Text.StringBuilder over
System.String? | | 1 |
| Will finally block get executed if the exception had not
occurred? | | 2 |
| |
| For more C Sharp Interview Questions Click Here |