> It's also not legal to have two setApplydate() methods with > different data > types (even though such overloading is legal from a Java perspective). >
Is that true? I thought that as long as you have a getter/setter pair that use the same type (the getter returns the same type as the setter arg), then it's OK to overload the setter. K.C.
