What are the Types of compatabilities and explain them


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

Post New Answer

More C Sharp Interview Questions

What is the use of 'using' statement in c#?

0 Answers  


What is the difference between namespace and class in c#?

0 Answers  


Can you declare the override method static while the original method is non-static?

3 Answers  


What is class and object c#?

0 Answers  


What do you understand by the terms datareader object and dataset object?

0 Answers  






Does C# supports multi-dimensional arrays ?

4 Answers   Microsoft,


What are the fundamental differences between value types and reference types?

0 Answers  


I created a class which is inherited from interface IDisposable. Now if I use object of this class with using keyword. Then How the dispose method will get call. Does garbage collector call it or some else.

2 Answers   Sapient,


What is ienumerator c#?

0 Answers  


Can a class have more than 1 destructor?

0 Answers  


What do u mean by delegation?

0 Answers  


What types of object can I throw as exceptions?

0 Answers  


Categories