1 Why would you create an abstract class, if it can have no real instances?
to avoid redundant coding in children
to reserve memory for an unspecified class type
to explore a hypothetical class
to prevent unwanted method implementation