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
This question is part of this quiz :
Python OOPs quiz