What is abstract class?
Abstract class is same like a class but with some extra features which has both abstract method as well as concreate/general method.
An abstract method is a method that has only declaration not implementation of the method.
Abstract class provides us...
what-is-oops.hashnode.dev2 min read