what is the difference between passing a value object by
reference and a reference object by value?
Answer Posted / ashish diwakar
..........For above example..............
Well I skip to add .ToString in my above answer.
We can not pass Reference type objects directly to a method.
So to pass value of sb variable we need to use following
code:
Display(sb.ToString());
..........For above example..............
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the meaning of 0 in c#?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
the c# keyword .int. Maps to which .net type?
How does one compare strings in c#?
What is difference between association, aggregation and inheritance relationships?
Is goto statement supported in c#?
What is predicate c#?
Are c# destructors the same as c++ destructors?
What is concrete method in c#?
What is a dbml?
What is default access specifier for class in c#?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
How do you use nullable?
What are the benefits of using generics in c#?
I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.