Browse by Tags

Related Posts

  • do we need to implement all the methods of an interface?

    Hi all, While implementing an interface we need to implement all the methods of an interface otherwise the class becomes an abstract class . What if there is an interface containing 30 methods but we do not require all the methods to be implemented, then in this case what should we do to prevent the...
    Posted to C# (Forum) by spillbean on 09-24-2008, 12:00 AM
    Filed under: C# 2005, Interfaces, inheritance
  • Strugglnig understanding the reason behind interfaces

    Hi all Sorry for asking what may seem like a very basic question, but I am struggling a little with understanding how interfaces work when it comes to inheritance. I understand how an interface is created and how its methods need to be included in the implementing class. What I am having trouble understanding...
    Posted to C# (Forum) by JohnCogan2 on 03-29-2008, 12:00 AM
    Filed under: interfaces, inheritance
Page 1 of 1 (2 items)