C Sharp (C#) - Interfaces
Which of the following correctly declares an interface named
IMovable in C#?IMovable in C#?interface keyword optionally preceded by an access modifier.public interface IMovable { void Move(); }, which is correct.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions