Question: Consider this partial Java class definition: public class DancingJeroo extends Jeroo { public void pick ( ) { / / an appropriate action goes here

Consider this partial Java class definition:
public class DancingJeroo extends Jeroo
{
public void pick()
{
// an appropriate action goes here
this.hop();
}
}
In the
class, the
method change the behavior inherited from the
class. What is the
programming term for this object-oriented mechanism?
Consider this partial Java class definition:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!