.
regards
Swapan Kumar Nandi
- Original Message -
From: "java programming with"
To: "Java EE (J2EE) Programming with Passion!"
Sent: Wednesday, March 02, 2011 3:52 PM
Subject: [java ee programming] Method overloading
Hi guys,
I was wondering about method overloadin
Hi guys,
I was wondering about method overloading. What all are it's
advangages? Does it save memory? if it is then how? or it's just abt
reducing complexity & better readability?
e.g. Is there any advantage of using class A over class B. ( See
below)
class A{
void method(){
// do something
}