What is parameters in c#?



What is parameters in c#?..

Answer / Nitish Kumar Ojha

In C#, 'parameters' are values passed to a method or function. They allow a method to operate on different sets of data and make the code more modular and reusable.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the difference between ienumerable and enumerable?

1 Answers  


Is int reference type c#?

1 Answers  


Can I use exceptions in c#?

1 Answers  


What is data binding with example?

1 Answers  


What are the different types of literals in c#?

1 Answers  


My switch statement works differently! Why?

1 Answers  


Why is it not a good idea to use empty destructors?

1 Answers  


OOPs concept ?

1 Answers   iGate, MMTS,


What is multidimensional array in c#?

1 Answers  


Which is faster array or arraylist in c#?

1 Answers  


Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?

1 Answers   Siebel,


Why hashtable is thread safe in c#?

1 Answers  


Categories