If you define a user defined data type by using the class keyword, is it a value type or reference type?


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

Post New Answer

More C Sharp Interview Questions

What are fields in c#?

0 Answers  


Is there any way to access private memebers of an object from another object?

4 Answers   TCS,


Difference between ByVal and ByRef?

5 Answers   Microsoft,


What all details the assembly manifest will contain?

0 Answers  


What is the signature of a method?

0 Answers  






Can you instantiate a struct without using a new operator in c#?

0 Answers  


What is IL / CIL / MSIL?

0 Answers   CitiusTech,


How do you escape in c#?

0 Answers  


Is a c# interface the same as a c++ abstract class?

0 Answers  


What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?

0 Answers  


boxing means converting value type to reference type and unboxing means converting reference type to value type.why we need boxing and unboxing?

3 Answers   General Mills, Value Labs,


What is dataadapter c#?

0 Answers  


Categories