Python - Inheritance and Code Reuse
You want to create a child class
Car that inherits from Vehicle and adds a new method honk. Which code correctly implements this?