Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Core%20Java%20Interview%20Questions%20and%20Answers

Question: You can create an abstract class that contains only abstract methods. On the other hand, you can create an interface that declares the same methods. So can you use abstract classes instead of interfaces?
Answer: Sometimes. But your class may be a descendent of another class and in this case the interface is your only option.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook