Python | Inheritance MCQ | Question 8

Last Updated :
Discuss
Comments

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

Share your thoughts in the comments