Interface Interaction
In java, interfaces are used to create a blueprint for child classes that illustrate what the class is supposed to do. Interfaces in java are similar to inheritance, however contrary to inheritance, classes can apply more than one interface but inher...
thecodeghoul.hashnode.dev5 min read