While developing in C# (or any programming language for that matter) you may invariably find your self in need of using overridden functions for accepting different no of parameters.
Let me illustrate with a small example:
Consider a case where you want to add some numbers, if you know how many numbers you are going to add before [...]
Filed under: C#, Dot Net, Technical | Leave a Comment »