Question: Consider the following classes. public class ClassA { public void methodOne ( int i ) { } public void methodTwo ( int i ) {

Consider the following classes.
public class ClassA {
public void methodOne(int i){
}
public void methodTwo(int i){
}
public static void methodThree(int i){
}
public static void methodFour(int i){
}
}
public class ClassB extends ClassA {
public void methodOne(float i){
}
public void methodTwo(int i){
}
public static void methodThree(int i){
}
public static void methodFour(float i){
}
}
Fill in each blank with one of the following words: overloads, overrides, or hides. (Please spell correctly. Learn is grading based on an exact text match.)

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 Databases Questions!