Python Professional — Hard
Key points
- C3 linearization maintains the order of classes in a consistent and predictable manner.
- Depth-first search and breadth-first search are not used in Python's MRO.
- Topological sort is not used for method resolution in Python.
Ready to go further?
Related questions
