An interface is better than an abstract class when multiple classes need to implement the interface . The member of the interface cannot be static. The only complete member of an abstract class can be static. C# does not support multiple inheritances; interfaces are mainly used to implement the multiple inheritances.