Implementing a c#.NET interface

Discussion in 'Programming' started by MayurGondaliya, Apr 12, 2009.

  1. #1
    I have got one interface which has 74 functions declared. If I want to implement this interface, do I need to implement all these 74 functions? It is possible to implement some functions that I need?

    Thanks,
     
    MayurGondaliya, Apr 12, 2009 IP
  2. Parkie

    Parkie Banned

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You need to implement all the methods in that interface. So no.
     
    Parkie, Apr 13, 2009 IP