7
Reply

How many types of overloading in C#.NET

sanjeev singh

sanjeev singh

15y
18k
0
Reply

    Overriding is of Two types:

    1.  Implicit Overriding

    2. Explicit Overriding

     


    The right keyword is the polymorphism

    Hi Sanjeev ,

    ur answer is correct,


    Polymorphism is nothing but Many Forms of Single Object is called Polymorphism.
    Polymorphism is Classified into Two Types
    1.Compiletime Polymorphism.
    2.Runtime Polymorphism.
    Compile Time Polymorphism:It will be Occure at the Compiletime Example for this Function Overloading.
    It means Early binding. Function Overloading is nothing but Function name is Same D/f Signature.
    Operator Overloading,Constructor Overloading .
    Runtime Polymorphism:It will be Occure at the Runtime.Example for this Function Overriding.
    Function Overriding means Function name is same and signature is same.
    here signature is Name,Types of Parameters,Count like that.
    Thanks,
    narasima

    Hi Pula narasima,

    Polymorphism have two types:-

    1. Compile time.

    2. Run time.

    and Compile time also called overloading.

    Overloading have Three Types.

    1.Constructor overloading.

    2.Function overloading.

    3.Operator overloading.

          Thanks.

    Hi Pula narasima,

    Polymorphism have two types:-

    1. Compile time.

    2. Run time.

    and Compile time also called overloading.

    Overloading have Three Types.

    1.Constructor overloading.

    2.Function overloading.

    3.Operator overloading.

          Thanks.

    Hi sanjeev,

    Question is not Clear,the c#.ne t Will be Supports Three Type of OverLoading

    1.Function OverLoading.

    2.Function Overriding.

    3.Constructor Overriding

    Thanks,

    Narasima

     

     


    The question is not clear, please reform it