MCQs>IT & Programming>C#>You have a class that implements two interfaces that both have a method with the same name. Interface IA should be the default implementation. Interface IB should be used only in special situations. How do you implement those interfaces?
C# MCQs
You have a class that implements two interfaces that both have a method with the same name. Interface IA should be the default implementation. Interface IB should be used only in special situations. How do you implement those interfaces?
Answer
Correct Answer: Implement IA implicitly and IB explicitly.
Explanation:
Note: This Question is unanswered, help us to find answer for this one