C Sharp (C#) - Interfaces
Identify the error in this code snippet:
interface IVehicle { void Drive(); }
class Car : IVehicle { }interface IVehicle { void Drive(); }
class Car : IVehicle { }15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions