Can anyone help me with this questionHow does a method in a derived class affect a methodin a base class with the same name but a differentsignature?
no effect....but derived class method override thebase class method
No effect indeed........................
Regarding the derived class overriding the baseclass.... The signatures ie (parameters) are differentfor both the method... so the derived method will notoverride the base method...only thing same betweenthem is that they have the same method name....
did you check the path after you've got installed Oracle 9i ?type java -version to see if you're running 1.3 or 1.4 .. if true, you shouldmake changes on pathname.