What is the key characteristic of an abstract class?
It cannot have any methods.
It can be instantiated directly.
It can have both abstract and non-abstract methods.
It must have only abstract methods.
This question is part of this quiz :
TypeScript Object Oriented Programming Quiz