:cool:

Recommended Answers

All 3 Replies

Method Overloading means more than one function have a same name but different signature. Signature includes following things:

-> Number of Arguments.
-> Types of Arguments.
-> Sequence of Arguments.

Method overloading is Compile Time Polymorphism. Read This tutorial to understand examples in Java.

Read this tutorial to under stand how polymorphism is archived through Method Overloading.

@keval hack:
you're kidding, right? the OP didn't even ask a question in his post, so why guessing what the question might have been and providing an answer that might very well be an answer to a wrong question?
next to that, you may (or may not) have noticed that ayan (the OP) started this thread in 2006, and it was his only post ever, which makes it very unlikely that he'll check in soon to read your reply.

there's no need to revive dead threads, just try and stick to the current active ones or start a new one.

Thanks stultuske,

I will take care in future.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.