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