Polymorphism can we use same method wit same signature twice
1) In polymorphism can we use same method with same signature twice.?
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.
Abhineet SrivastavaPosted Apr 16, 2015, 1:46 PM
kaveri xyzPosted Apr 16, 2015, 3:34 AM
Manoj BhoirPosted Apr 15, 2015, 8:46 AM
Polymorphism means one name many forms. Polymorphism means one object behaving as multiple forms. One function behaves in different forms. In other words, "Many forms of a single object is called Polymorphism."
Please see these links for details explanation and examples :
https://msdn.microsoft.com/en-us/library/ms173152.aspx
http://www.codeproject.com/Articles/602141/Polymorphism-in-NET