Solved

Which One of the Following Statements Calls the Jump Method

Question 71

Multiple Choice

Which one of the following statements calls the Jump method of the Animal class using a reference variable named fox?


A) Animal.fox.Jump() ;
B) Animal(fox) = Jump() ;
C) fox.Jump() ;
D) fox = new Jump() ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions