Is that it? I thought I remembered it as something else.Originally posted by: edro13
Polymorphism
No. edro13 is on the right track, I believe.Originally posted by: blackdogdeek
you're not talking about overloading are you?
Huh. I swear it was something else. Oh well.Originally posted by: lukatmyshu
It's called Method-Overloading as it applies to any method, not just a constructor. So you can have two methods ---
foo(String s)
foo(Boolean s)
and at compile the correct method is linked (dependending on the arguments static-type).
Yes, I'm overloaded with the SAME FRICKIN' ANSWER!Originally posted by: Zombie
overloaded ?
Originally posted by: SaltBoy
Yes, I'm overloaded with the SAME FRICKIN' ANSWER!Originally posted by: Zombie
overloaded ?
I guess that's what it is. Hmm...Originally posted by: wyvrn
Concur... it's overloading