A property that stores information about a given class’s super-classes is named:
A property that stores information about a given class’s super-classes is named:
The property that stores information about a given class's super-classes in Python is called __bases__. This property is a tuple containing the base classes, in the order of their occurrence in the base class list.
A is correct
is correct