TypeScript | TypeScript Object Oriented Programming | Question6

Last Updated :
Discuss
Comments

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.

Share your thoughts in the comments