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:

Verified
Correct Answer:
Verified
Related Questions
Q66: Once a form has been created, it
Q67: When you pass a property as an
Q68: When an accessor contains only a single
Q69: A class's _ are statements that define
Q70: A _ is a special type of
Q72: The same rules for naming variables apply
Q73: When a method is _, it means
Q74: You should never declare a class in
Q75: If you wish to remove a form
Q76: When you want to create a List