Abstract Classes vs Interfaces
Abstract Class
Abstract class can be thought of as an incomplete class which can't be instantiated. When we say incomplete class what we mean is that the class contains methods which are not implemented in the base abstract class. Rather another clas...
rookie02.hashnode.dev4 min read