By creating overloaded mehods, we are mentioning different METHOD SIGNATURE but same function. METHOD SIGNATURE… the number and type of input parameters can have different return types. Optional parameters provide default values when you define the method. So, if you don’t supply a value, the default will be used. can be called….. or or YouContinueContinue reading “C# – Creating Overloaded Methods and Optional Paramaters”