What is the default value of object in c#?


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

Post New Answer

More C Sharp Interview Questions

what is CLONE() method?

1 Answers  


Name the two classes are required for implementing a windows service?

0 Answers  


Is string reference type / value type?

56 Answers   Accenture, Microsoft, Siemens,


Are c# tuples immutable?

0 Answers  


What is the Use Of Interfaces? For example I have a interface as shown below? Interface IMyInterface { public void MyMethod(); } class MyClass : IMyInterface { public void Mymethod() { Some Code } } class Program { static void Main(string[] args) { MyClass obj = new MyClass(); obj.MyMethod(); } } Here What is My Question is? If i remove Interface and run this code, it will executed then what is the Use of the interface? Can any one give me the solution for this Problem? Thanks in Advance!

1 Answers   HCL,






What is the difference between method overriding and method overloading?

0 Answers  


What are the two keywords used to pass a variable by reference in c#?

2 Answers   IBM,


explain the three services model commonly know as a three-tier application.

0 Answers   Siebel Systems,


What is use of hashtable in c#?

0 Answers  


How do you prevent a class from being inherited?

0 Answers  


What is an interface class? Give one example of it

0 Answers  


What is a float?

0 Answers  


Categories