No, abstract class cannot be instantiated. It serves as a parental blueprint or a benchmark class with common properties and methods which can be inherited by derived classes.
Why abstract class can't be instantiated i.e. Object of abstract class can't be created??