i want to know about the overriding defination and also know about to the overloading defination.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanwar RanwaPosted Nov 14, 2018, 2:54 AM
Madan ShekarPosted Nov 14, 2018, 12:40 AM
Method Overloading is the common way of implementing polymorphism. It is the ability to redefine a function in more than one form. A user can implement functionoverloading by defining two or more functions in a class sharing the same name.C# can distinguish the methods with different method signatures.
Sreekanth ReddyPosted Nov 14, 2018, 12:34 AM
Puneet KankarPosted Nov 14, 2018, 12:22 AM