What is the purpose of an abstract class in Python?
To create instances of a class
To define a blueprint for other classes
To hide the implementation details of a class
To prevent inheritance
This question is part of this quiz :
Python Inheritance MCQ Questions & Answers