Skip to content

Opening book details…

Can I read Java Interfaces vs Abstract Classes Explained on EtoBox?

Java Interfaces vs Abstract Classes Explained by Amol Adhangale is a document available to read on EtoBox.

What is Java Interfaces vs Abstract Classes Explained about?

Interface is used when you only know the contract and not the implementation, such as when defining how different flight vendors provide flight and booking information. Abstract class is used when you know some implementation details but need to leave other details abstract for subclasses to implement, such as knowing how to check rules for SMS sending but leaving tower connection abstract for different telecom vendors to implement.

Author
Amol Adhangale
Language
EN