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
Does c# have its own class library?
what are the Disadvantages of vb
What is a method signature?
What is difference between private and protected in c#?
Does c# support parameterized properties?
What is local function?
What is boolean conditions in c#?
Explain About CLS?
Can main method be final?
What is the difference between final finally and finalize in c#?
What is use of console?
What exception can an overridden method throw in comparison with the method it is overriding?
What do u mean by delegation?
Why interface is required?
What are the different types of comments in c#?