| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is the difference between interface and abstraction? | Choice-Solutions | 3 |
| What does the term immutable mean? | Techno-Labs | 2 |
| How many catch blocks can be there for a single try block? | HCL | 2 |
| Why are there five tracing levels in
System.Diagnostics.TraceSwitcher? | | 1 |
| What does Dispose method do with the connection object? | | 2 |
| Can you allow class to be inherited, but prevent the method
from being over-ridden? | | 1 |
| ThreadStart is defined in the namespace System.Threading.
What type of entity is ThreadStart? | | 1 |
| what is uniary operators and binary operators and what is
the difference | Protech | 1 |
| what is an internal specifier? what happens internally when
I use access specifier Internal ? | rsystems | 4 |
| If a base class has a bunch of overloaded constructors, and
an inherited class has another bunch of overloaded
constructors, can you enforce a call from an inherited
constructor to an arbitrary base constructor? | | 1 |
| How do you implement Inheritance in dot net ? | MMTS | 3 |
| Tell me something about Exceptions. What is the common
exception class? | HCL | 4 |
| Can you prevent your class from being inherited and becoming
a base class for some other classes? | | 4 |
| why sturcture ? why class?why you prefer structure and in
which cases u go for class? | Microsoft | 1 |
| What are the important concepts in OOPS | Fulcrum-Logic | 3 |
| what are the different ways to cleaning up objects? | Wipro | 1 |
| Can you inherit multiple interfaces? | | 2 |
| how to retrive a TextBox value in to Sql database using C#
windows form application coding | | 1 |
| What is the use of giving more than one CATCH BLOCK in one
TRY block? Directly we can give that catch(Exception e)?Why
we go for arrayoutofbound Exception,divided by zero etc..?
Explain | | 2 |
| Can you override private virtual methods? | | 3 |
| |
| For more C Sharp Interview Questions Click Here |