What are the difference between abstract class and interface.
Abstract class is like a normal class with some extra feature like inside the abstract class we can write abstract method as well as concreate method. Interface is also same like class but must contain only abstract method it does not contain any con...
what-is-oops.hashnode.dev1 min read