What is difference between value and reference types?
Answer Posted / shiva charan
Moreover added to the above points
if two reference variables are pointing to the same
location, change in one reference variable will reflect the
other referenc variable.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
What are extender provider components? Explain how to use an extender provider in the project.
What is the example of predicate?
What is the difference between struct and class c#?
What is parameter c#?
What is protected internal modifier in C#?
What is the purpose of namespace?
Explain the difference between object type and dynamic type variables in c#?
What is decimal in c#?
What are the 2 kinds of data type conversions in c#?
How main method is called in c#?
If the original method is not static you can declare an override method to be static or not?
What is reference c#?
What is difference between interface and abstraction?
How do you access a constant field declared in a class?