Java - Inheritance
You want to create a class
SmartPhone that has all features of Phone plus new features like camera and GPS. Which is the best way to do this using inheritance?