What is the difference between ref & out parameters?
Answer Posted / padam
An argument passed as ref must be initialized before passing
to the method whereas out parameter needs not to be
initialized before passing to a method.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the difference between system.string and system.text.stringbuilder classes?
How does aspect oriented programming work?
Explain About stateless and state full web service
What are constructors in c#?
What is disconnected data architecture in c#?
Can structs in c# have destructors?
What is primitive types in c#?
How does inheritance work in c#?
What is float in unity?
What are annotations in c#?
What is singleordefault c#?
What are get and set in c#?
What is the difference between a class and an object c#?
i want o/p 011242110 in c# code.
Explanation on Generic?