Search Interview Questions | More than 3000 questions in repository. There are more than 900 unanswered questions. Click here and help us by providing the answer. Have a video suggestion. Click Correct / Improve and please let us know. |
|
| ||||
Interview Questions and Answers | ||||
| ||||
Ans. No. It will give the compilation error saying "The abstract method test in type BuggyBread1 can only be defined by an abstract class". We need to declare the class abstract for it to have any abstract method. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  java   oops   abstract class   abstract methods   java compilation error | ||||
Related Questions | ||||
If an Abstract class has only abstract methods, What's the difference between such a class and an interface ? | ||||
Can we overload abstract methods ? | ||||
Can we override abstract methods ? | ||||
Can we override an abstract method with abstract method in the derived class ? | ||||