Amita Palkar - Junnarkar
Explain class inherited two interfaces which contains same method name declaration. How it's execution works with derived normal class
By Amita Palkar - Junnarkar in C# on Mar 23 2018
  • Vara Prasad
    Nov, 2021 11

    one should do explicit interface conversion inorder to get the implimentation accordingly.

    • 0
  • Nikhil Sharma
    Mar, 2021 19

    A single implementation will do things. Both of the interface think that implementation is for theirs method

    • 0
  • kiran kumar
    Jul, 2020 7

    interface i { void m1() } class a : i { public void I. m1() {} }

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS