What is interface?
Interface is a special type of class in java that has only abstract method. And the abstract method is a method that has only method declaration not implementation. An interface is act like a blueprint of a class.
To implement the abstract method we ...
what-is-oops.hashnode.dev1 min read