| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is stack and heap? | Wipro | 4 |
| if i want to transmit binary data,,,will it be support by
Webservices or any exceptions ? define | | 1 |
| Can multiple catch blocks be executed? | Visual-Soft | 4 |
| How to assign default value to nullable types? Did nested
nullable types are allowed | TCS | 2 |
| How do you implement multiple inheritance in .NET? | Microsoft | 3 |
| Explain ACID rule of thumb for transactions. | | 1 |
| Can multiple catch blocks be executed? | | 1 |
| C# provides a default constructor for me. I write a
constructor that takes a string as a parameter, but want to
keep the no parameter one. How many constructors should I write? | Visual-Soft | 3 |
| 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 |
| An Array is a Ref Type? what about the array elements which
are value type(int,Float...etc)? | | 5 |
| Can you prevent your class from being inherited and becoming
a base class for some other classes? | | 4 |
| Can an interface inherit class/abstract class. | Synechron | 1 |
| Explain the difference between a sub and a function? | Wipro | 1 |
| How u make an application remotable? | | 1 |
| What?s an interface class? | | 1 |
| What is early binding and late binding | TATA | 5 |
| Y go for Interface? What is use of interface? | | 3 |
| What is the use of "default" and "Using" keyword? | TCS | 3 |
| what is the difference between arraylist and hash table
using a simple program? | SunGard | 2 |
| What does virtual keyword mean ? | TCS | 2 |
| |
| For more C Sharp Interview Questions Click Here |