| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What?s the difference between an interface and abstract class? | Mind-Tree | 4 |
| What namespaces are necessary to create a localized
application? | | 2 |
| Where is the output of TextWriterTraceListener redirected? | | 1 |
| Did a generic class can be inherited by a normal class? | TCS | 1 |
| how can i get this 123456789
1234 6789
123 789
12 89
1 9
| Excel | 1 |
| How can you overload a method? | | 2 |
| What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()? | | 2 |
| What is the difference between Abstract and Interface? | HCL | 11 |
| What are the the three types of DAO ? | | 1 |
| an object,class is value type or refarance type. ? | Synechron | 2 |
| How u call destructor and dispose methode in c#.NET | | 1 |
| What are Sealed Classes in C#? | | 12 |
| Trace the O/p for a program on inheritance and Polymorphism.
3 classes A,B,C
A with two methods
public virtual SomeMethodA
public virtual SomemoreMethodA
B:A
overide virtual SomeMethodA
C:B
new Method SomeMethodA
override SomeMoreMethodA
main method
{
b new instance of B
b.SomeMethodA
b.SomeMoreMethodA
b1 new instance of C
b1.SomeMethodA
b1.SomeMoreMethodA
} | | 1 |
| How?s the DLL Hell problem solved in .NET? | Visual-Soft | 1 |
| How to run the program at particular time? It should run
everyday at 3:00 PM. After executing the program should
sleep until next day at 3:00 PM. Please explain with code? | Wipro | 3 |
| what is the real use of interface in c#,other than that
multiple inheritance is not possible | | 3 |
| What?s the advantage of using System.Text.StringBuilder over
System.String? | | 1 |
| what are the differences b/w structure and class?
| | 8 |
| why c# is pronounced as C-sharp instead of pronouncing it as
C-hash? is there any technical reason behind it? | | 2 |
| What?s the top .NET class that everything is derived from? | | 4 |
| |
| For more C Sharp Interview Questions Click Here |