Python Programming - Inheritance - Discussion

Discussion Forum : Inheritance - General Questions (Q.No. 28)
28.
What is a metaclass?
A class that inherits from multiple classes
A class that defines class attributes
A class used to create and customize class instances
A class that overrides methods in its superclass
Answer: Option
Explanation:
A metaclass in Python is a class used to create and customize the behavior of class instances, allowing modification of class creation and initialization.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.