• Tutorials
  • Courses
  • Tracks

Python | Classes Quiz | Question 11

Last Updated :
Discuss
Comments

In Python, what is the purpose of a metaclass?

To create class instances

To define class-level attributes

To define the behavior of classes

Metaclasses are not supported in Python

Share your thoughts in the comments