what is difference between abstract class and interface in java
In this tutorial we will learn what is the significance of Abstract class and Interface and what is the difference between abstract class and interface in java. In java basically to implement/achieve the one of powerful feature “abstraction” we need use either Abstract class and Interface, both have abstract methods. There are some cases when […]