Contents

An interface can inherit ___ interfaces.

multiple


One of the reasons that C# does not support multiple inheritances is the problem of ___.

name collision


Interfaces are similar to ___ classes.

abstract


___ means method acting for another method.

Delegate


A delegate declaration defines a class using the class ___as a base class.

System.Delegate


Delegate types are implicitly ___.

sealed


Contents Details