Deep dive into Abstract Class vs Interface
Abstract class
what is an abstract class?
A class that is not complete is abstract. "Not complete" means methods or functions inside this class that don't have a body or definition.
Limitation of abstract class
we can't create objects of an abstract ...
kishoreramesh.hashnode.dev3 min read