What is reference types in c#?



What is reference types in c#?..

Answer / Bhupesh Kumar Gunjel

Reference Types in C# are objects that store a reference to the actual data. They include classes, arrays, and interfaces. When a variable of a reference type is declared but not initialized, it has a null value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Use of Checked and UnChecked operators?

2 Answers   TCS,


What is strong data type in c#?

1 Answers  


How can I process command-line arguments?

1 Answers  


What is an event in c#?

1 Answers  


How to make a class non-inheritable other than sealed?

7 Answers  


What is private static in c#?

1 Answers  


What are satellite assemblies? How will you get the different language strings?

1 Answers  


What is an array of arrays called?

1 Answers  


What are the types of attributes in c#?

1 Answers  


Is c# 8 released?

1 Answers  


What is append in c#?

1 Answers  


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

1 Answers  


Categories