Is string reference type / value type?
Answer Posted / choudhary
itz 200% reference type as string is not derrived from
System.ValueType
| Is This Answer Correct ? | 62 Yes | 3 No |
Post New Answer View All Answers
Explain the difference between object type and dynamic type variables in c#?
Why we use get set property in c#?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
Explain the three test cases in unit testing?
Define multicast delegate in c#?
How many keyword present in C# language ?
what is object-oriented programming (oop) language?
Which .gang of four. Design pattern is shown below?
What are the 3 different types of arrays?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
Is a char?
What is type checking in c#?
Can you pass value types by reference to a method?
Why does my windows application pop up a console window every time I run it?
What is enumerable in c#?