A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

type inheritance

[programming] In programming, a kind of inheritance in which an interface may inherit from a parent interface. A client may call the child interface as if it were the parent, as all the same members are supported.

Related Terms