What is the difference between “out” and “ref” parameters in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Why do we need to call CG.SupressFinalize?

0 Answers  


Is string passed by reference in c#?

0 Answers  


explain DIFFERENCE BETWEEN CLASS AND MODULE?

3 Answers  


How can I process command-line arguments?

0 Answers  


So how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process ?

1 Answers  






Distinguish between a class and struct?

0 Answers  


what is an internal specifier? what happens internally when I use access specifier Internal ?

4 Answers   rsystems,


FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ? EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER????? PLEASE REPLY...

2 Answers  


Which is better interface or abstract class in c#?

0 Answers  


Why do we overload constructors?

0 Answers  


What is the difference between dynamic type variables and object type variables in c#?

0 Answers  


What is object pool in .net?

0 Answers  


Categories