posted 24 years ago
Statement C is 100% true. I don't know what this other answer from Marcus or someone else was, but I suspect it was phrased a bit differently. For example, the statement
<blockquote>The overriding method must not throw any exceptions that were not declared by the overridden method.</blockquote>
is false, because you can throw a RuntimeException or Error even if it wasn't declared. But these could have been thrown in the overridden method as well, so statement C above is still true.
[This message has been edited by Jim Yingst (edited July 01, 2000).]
"I'm not back." - Bill Harding, Twister