Skip to main content
deleted 1 characters in body
Source Link

Simple. I think Interfaces and Abstract classes are for the same purpose. The difference is If you extend andan Abstract Class, you could not extend no other class in Java. Reason: Java does not support Multiple Inheritance. At the same time, You can implement any number of Interface for a class.

Simple. I think Interfaces and Abstract classes are for the same purpose. The difference is If you extend and Abstract Class, you could not extend no other class in Java. Reason: Java does not support Multiple Inheritance. At the same time, You can implement any number of Interface for a class.

Simple. I think Interfaces and Abstract classes are for the same purpose. The difference is If you extend an Abstract Class, you could not extend no other class in Java. Reason: Java does not support Multiple Inheritance. At the same time, You can implement any number of Interface for a class.

Source Link

Simple. I think Interfaces and Abstract classes are for the same purpose. The difference is If you extend and Abstract Class, you could not extend no other class in Java. Reason: Java does not support Multiple Inheritance. At the same time, You can implement any number of Interface for a class.