siva
What is Method overloading?
By siva in ASP.NET on Jul 29 2006
  • Aug, 2006 9

    Methods with same name and different siganture's are called as overloading

    • 0
  • farshad
    Jul, 2006 31

    Methos Overloading is when you have the same name of the method but different signature.
    The signature becomes different when the number of the parameters are different or methods have different types or different number of parameters.
    For example:
    public void method1(string param1,...)
    public void method1(int param2,string param1, ...)

    • 0
  • siva
    Jul, 2006 31

    Method overloading occurs when a class contains two methods with the same name, but different signatures.

    • 0
  • Bindu Punjab Amar Singh Nahasapeemapetalon Ganesh
    Jul, 2006 30

    Method overloading is when u add keyword like public or private to codes.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS