C Sharp (C#) - Interfaces
You want to declare an interface
IVehicle with two methods: Start() and Stop(). Which of the following is the correct way to declare it and implement it in a class Car?