How can I check the type of an object at runtime?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is a string c#?

0 Answers  


Why do we need a finally block in try catch block while handling exceptions

4 Answers   IBM,


What is difference between interface and abstraction?

0 Answers  


What is difference between const and static in c#?

0 Answers  


If I have code like try { return; } catch { return; } finally { return; } from which block will the value will be returned. and try has been executed without any error.

6 Answers   Cap Gemini,






What is lazy in c#?

0 Answers  


How to generate strong name key file or which command is used to generated strong name key file?

0 Answers   CitiusTech,


What is serialization in dot net?

0 Answers  


What exception can an overridden method throw in comparison with the method it is overriding?

0 Answers   Changepond,


What is using keyword?

0 Answers  


If we inherit a class do the private variables also get inherited ?

2 Answers   TCS,


Is c# and .net same?

0 Answers  


Categories