Abstract Classes vs Interfaces
Jul 19, 2022 · 4 min read · Abstract Class Abstract class can be thought of as an incomplete class which can't be instantiated. When we say incomplete class what we mean is that the class contains methods which are not implemented in the base abstract class. Rather another clas...
Join discussion
