Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

method in a derived class affect a method in a base class

  Asked By: Lamberta    Date: Mar 21    Category: Java    Views: 1083
  

Can anyone help me with this question

How does a method in a derived class affect a method
in a base class with the same name but a different
signature?

I think it wont effect just want to confirm

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Shirley Allen     Answered On: Mar 21

no effect....but derived  class method  override the
base class  method

 




Tagged: