| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Did it possible to cast a generic type of derived class to
generic type of base class? | TCS | 1 |
| What are the two kinds of properties?
| Wipro | 10 |
| Difference between imperative and interrogative code? | Wipro | 1 |
| Error handling and how this is done ? | Digital-GlobalSoft | 1 |
| how to deplaoy a project in the system? | | 1 |
| Can you store multiple data types in System.Array? | | 6 |
| what is a callback function? | | 4 |
| What are the types of threading models ? | Digital-GlobalSoft | 1 |
| what is the difference between arraylist and hash table
using a simple program? | SunGard | 2 |
| Can we have a non static member function in a base class to
be override in derived with static modifier? | Wipro | 5 |
| Can we inherit a private class in chsarp? how? explain(with
code) ?
| Techno-Labs | 3 |
| Will finally block get executed if the exception had not
occurred? | | 1 |
| How To Maintain Transaction In C#? | Phoenix-Technologies | 1 |
| What debugging tools come with the .NET SDK? CorDBG | | 1 |
| How can we acheive inheritance in VB.NET ? | TCS | 2 |
| 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 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
} | Proteans | 2 |
| What?s a multicast delegate? | Visual-Soft | 2 |
| what is overloading & overriding | Fulcrum-Logic | 2 |
| Can we have private constructor in our class file. When we
are trying to create instance for the class will it create
or throw error regarding that? | | 3 |
| Can we have the method in drived class with the same name
which is there in base class? | TCS | 6 |
| |
| For more C Sharp Interview Questions Click Here |