What is the difference between an interface and an abstract class?
Answer:
-An abstract class may contain code in method bodies, which is not allowed in an
interface.
-With abstract classes, you have to inherit your class from it and Java does not allow
multiple inheritance. On the other hand, you can implement multiple interfaces in your class.
Share To Friends Via:
More Questions For Programming in Java:
What is Java? (Answered) What is Java? . Posted On:Sat 20, March 2021 20:03:42 pm