Abstract Class can have Abstract Methods and Concrete Methods which cannot be instantiated unless inherited.
Abstract method does not have implementation other than declaration.
Abstract method does not have implementation other than declaration.