Re: Method Overloading in Java Beans
Posted By:
John_Zukowski
Posted On:
Friday, August 3, 2001 08:07 AM
You can always overload the methods. However, the other methods won't be used when using the Bean component in a builder tool like JBuilder.
Re: Mehtod Overloading in Java Beans
Posted By:
sanjay_pai
Posted On:
Thursday, August 2, 2001 10:28 PM
Ofcourse yes. It is one of the features of OO programming.