adspace
can you create a function in c# which can accept varying number of arguments
Answer Posted / Atiya Baqai
Yes, you can create a function in C# that accepts a varying number of arguments using method overloading or by using params keyword.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers