Ananth G
How to hide some members of an interface?
By Ananth G in .NET on Dec 04 2016
  • Sandy
    Nov, 2017 1

    if we will do the Explicit implementation of Interface than we found those function only when there we create the object from that interface if we create the object from class than we didn't get those function.only this is the case in which you can hide interface function partially otherwise there is no way to hide members on an interface.

    • 1
  • Ananth G
    Dec, 2016 4

    public class UrClass : ICollection {void ICollection.Clear() { ... } }

    • 1
  • Sandy
    Nov, 2017 1

    if we will do the Explicit implementation of Interface than we found those function only when there we create the object from that interface if we create the object from class than we didn't get those function.only this is the case in which you can hide interface function partially otherwise there is no way to hide members on an interface.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS