C Sharp (C#) - Interfaces
Given interfaces IX and IY with method Process(), and a class Handler implementing both with explicit implementations, how can you call IY.Process() on an instance of Handler?
Given interfaces IX and IY with method Process(), and a class Handler implementing both with explicit implementations, how can you call IY.Process() on an instance of Handler?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions