C Sharp (C#) - Interfaces
You have two interfaces:
interface IReadable { void Read(); }
interface IWritable { void Write(); }How can a class File implement both interfaces correctly?
You have two interfaces:
interface IReadable { void Read(); }
interface IWritable { void Write(); }How can a class File implement both interfaces correctly?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions