Tagged: Java Interface

abstract class vs interface in java 0

Difference Between Abstract Class and Interface in Java

In this article, we will touch upon the topics “abstract class” and “interfaces” in Java and later look at the differences between both concepts. We will begin by looking at one of the pillars...

interface in java 0

Interface in Java with Examples

As an object-oriented programming language, Java provides various features for programmers regarding the security of the code. One such feature is the abstraction that is attained via using an interface. This is where interface...