An Array is a Ref Type? what about the array elements which
are value type(int,Float...etc)?
Answer Posted / vikas toshaniwal
The refrence type always refer the value from other variable
but value type we pass the value to the variable
if the ref variable value is changed than it reflect ot
refrence type but value type don't have any refrence
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define satellite Assembly?
Can you access a hidden base class method in the derived class?
Why would you use a class property in c#?
Can we create instance of private class in c#?
Which is the base class in c#?
How do you set a class path?
What is serialization in c#?
Is hashset serializable c#?
Can you pass parameters to destructors?
What all details the assembly manifest will contain?
Explain About delegates
What is a clr (common language runtime)?
What are the different types of constructors?
Give an example of a ctype.
Can a private virtual method can be overridden?