Hi Javaranchers
The below quetion is from a
Mock exam Which of the following statements is true?
a. An abstract method can not be overridden by an abstract method.
b. An instance method that is not abstract can not be overridden by an abstract method.
c. An abstract method declaration can not include a throws clause.
d. The body of an abstract method is represented by a set of empty brackets.
e. None of the above
Answer Given is e.None of the above.
but i expected b.
And i tried with some code to
test the above shows error at line 1 saying,This metthod requires body instead of ;
Then the anwer given in mock exam is wrong.....am i right???
thanks
Shakunthala Divakar