Please send your Questions & Answers or Feedback to "mohan@javabook.org"
What is Overloading Polymorphism?
Overloading allows multiple functions to exist with same name but different parameters. Again if you take bike as an example, it has a function .Start. with two forms i.e. ’Auto Start’ and ’kick start’.