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, … Read more

type library

[programming] A collection of reusable classes, interfaces, enumerations, and so on that can be included in programs. Type libraries usually have the extension .olb.