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. Because Abstract class is incomplete i.e there are abstract methods that needs to be defined by extending classes. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  abstract class | ||||
Related Questions | ||||
Differences between abstract class and interface ? | ||||
Difference between Abstract and Concrete Class ? | ||||
If an Abstract class has only abstract methods, What's the difference between such a class and an interface ? | ||||
What are the design considerations while making a choice between using interface and abstract class ? | ||||
How is Abstraction implemented in Java ? | ||||
Difference between Base Class, Derived Class , Abstract Class and Concrete Class ? | ||||
What is an abstract class ? | ||||
Shall we use abstract classes or Interfaces in Policy / Strategy Design Pattern ? | ||||
Will this code Work ? If not , Why ? | ||||