Create a new class called FlipPhone that inherits both call() and surfWeb().
FlipPhone
call()
surfWeb()
Make sure to type class FlipPhone extends Cell.
class FlipPhone extends Cell