| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What does virtual keyword mean ? | TCS | 2 |
| what is bubbled event ? give suitable example in code vice
with demo | | 1 |
| When a new instance of a type is created, what is the type
of method implicitly called? | | 2 |
| What is the difference between Hash Table and Arrays? | | 5 |
| What are properties and indexer? | TCS | 2 |
| what does static void Main(string[] args) in C# mean???????? | ssinformatics | 3 |
| What does assert() do? | | 1 |
| I have a class declared as below
public class a
{
public void add()
{}
}
What is the diference between
a a1 =new a;
and simply
a a1;
| | 1 |
| Can we create instance for Abstract class? | HCL | 13 |
| What is overloading and how can this be done ? | MMTS | 3 |
| what is an internal specifier? what happens internally when
I use access specifier Internal ? | rsystems | 4 |
| What statements can enclose a "continue" statement? | | 3 |
| Where is the output of TextWriterTraceListener redirected? | | 1 |
| how to access the virtual method without creating the objet
for the virtual method? | | 1 |
| In a stored procedure 4 select stmts there.If error comes in
one select stmt will remaining normally executes? | Microsoft | 4 |
| How you will connect to windows directory in c#? | HP | 2 |
| Are private class-level variables inherited? | | 2 |
| How can you sort the elements of the array in descending order? | Junosource | 1 |
| What are Generics? | TCS | 4 |
| What?s the .NET datatype that allows the retrieval of data
by a unique key? | | 2 |
| |
| For more C Sharp Interview Questions Click Here |