What is the Difference between value and reference type?
Answer Posted / taranjeet
value type: when value is assigned to another
variable,values are copied.
refrence type: when assignment between two variable accures
only reference is copied value remain same
Is This Answer Correct ? | 58 Yes | 9 No |
Post New Answer View All Answers
What are destructors in C#?
What is the difference between continue and break statement?
What is interpolation in programming?
How can you achieve run time polymorphism in C#?
Is arraylist faster than linkedlist?
Differentiate between the public and private ?
List the differences between method overriding and method overloading?
What is default value of decimal c#?
How does bubble sort work?
Why we use get and set method in c#?
How is the syntax written to inherit from a class in C#?Give an example ?
What is dataset and dataadapter in c#?
What is the difference between console and windows application?
Is string primitive?
Is enum a value type c#?