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
[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
[programming] A collection of reusable classes, interfaces, enumerations, and so on that can be included in programs. Type libraries usually have the extension .olb.