GIS Dictionary

Browse dictionary

type inheritance

URL copied Share URL
  1. [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