Difference between an abstract class and Interface? And when to use Interface or Abstract Class in the code
Generally, students and working professional gets confused about when should one use an interface and in what situation one should use an abstract class. The one thing both interface and abstract class are used for is Abstraction. Abstraction is a pr...
hiteshbhavsar.hashnode.dev6 min read