C Sharp (C#) - Interfaces
You have interfaces IA and IB both with a method Execute(). You want a class Worker to implement both but have different behaviors for each. How should you implement this?
You have interfaces IA and IB both with a method Execute(). You want a class Worker to implement both but have different behaviors for each. How should you implement this?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions