Difference between an abstract class and an interface
Introduction
In object-oriented programming, abstraction consists in hiding the details of the implementation of a function or a class and showing only the essential information to the user. Abstraction can be achieved by using abstract classes or in...
interrupt101.hashnode.dev3 min read