Python - Multiple Inheritance and Method Resolution
You want to create a class
SmartPhone that has features from both Camera and Phone classes. Which is the best reason to use multiple inheritance here?