| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| class Employee
{
stat9c Method1()
static Method2(ref a)
stat9c Method3(out x)
}
class Employee
{
stat9c Method1()
static Method2(ref a)
stat9c Method3(out x)
}
what will happen & why? | | 2 |
| What?s the difference between the Debug class and Trace
class? | | 1 |
| What?s the .NET datatype that allows the retrieval of data
by a unique key? | | 2 |
| how to change a value of particular cell in a data grid | | 3 |
| what is the main differnce between const,readonly and static | CDAC | 3 |
| Explain constructor? | Wipro | 3 |
| what is Encapsulation? | Tech-Mahindra | 1 |
| what is diffrence between protected ,internal and protected
internal??
whether protected field available in derived class which is
outside the assembly.
if not ..this is possible by which access modifiers?? | | 1 |
| Code to run exe like mspaint,autocad etc in asp.net. | | 1 |
| What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()? | | 3 |
| Can we have a non static member function in a base class to
be override in derived with static modifier? | Wipro | 5 |
| what is namespace? | | 4 |
| Does C# support multiple inheritance? | Visual-Soft | 3 |
| How can you sort the elements of the array in descending
order? | | 2 |
| can we assign null value to value type in c#? | Microsoft | 7 |
| What is the Difference between imperative and interrogative
code? | Wipro | 2 |
| What?s the advantage of using System.Text.StringBuilder over
System.String? | | 1 |
| how do you do exception management | Accenture | 1 |
| Can you inherit multiple interfaces? | | 2 |
| How to throw an caught exception from cath block? | TCS | 3 |
| |
| For more C Sharp Interview Questions Click Here |