C Sharp (C#) - Interfaces
Which keyword is used to declare an interface in C#?
interface is specifically used to declare interfaces, while class, struct, and enum declare other types. Thus, the correct keyword is interface.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions