C# – Method Overloading

What is Method Overloading? Method overloading is a way to create multiple methods, which have the same but have a different set of parameters. Then, depending on what parameters the developer has given, the compiler will choose the correct ‘overload’, or throw an error if there is no appropriate overload. Is there an alternative? A…… Continue reading C# – Method Overloading