Python | OOPs quiz | Question 17

Last Updated :
Discuss
Comments

How can you create an abstract class in Python using the abc module?

By using the abstract keyword

By defining methods with the @abstractmethod decorator

By using the abstract attribute in the class definition

By creating a class with no concrete methods

Share your thoughts in the comments