The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #78
A metaclass is a class whose instances are classes. Like an "ordinary" class defines the behaviour of the instances of the class, a metaclass defines the behaviour of classes and their instances. (python-course.eu/python3_metaclasses.php)
Which statement is correct?
— The Python Quiz (@thepythonquiz) July 31, 2020
A class is an instance of a metaclass.
A metaclass is an instance of a class.#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: