Consider classes A, B and C, where A is an abstract superclass, B is a concrete class that inherits from A and C is a concrete c
lass that inherits from B. Class A declares abstract method originalMethod, implemented in class B. Which of the following statements is true of class C.