OnlineWoerterBuecher.de
Internes

Lexikon


inheritance


In {object-oriented programming}, the ability to derive new {classes} from existing classes. A derived class (or "subclass") inherits the instance variables and methods of the "base class" (or "superclass"), and may add new instance variables and methods. New methods may be defined with the same names as those in the base class, in which case they override the original one. For example, bytes might belong to the class of integers for which an add method might be defined. The byte class would inherit the add method from the integer class. See also Liskov substitution principle, {multiple inheritance}. (2000-10-10)

In addition suitable contents:
[ 2 ] [ = ] [ ad ] [ al ] [ am ] [ an ] [ ar ] [ arc ] [ as ] [ b ] [ ba ] [ base ] [ base class ] [ be ] [ bi ] [ bj ] [ bs ] [ by ] [ byte ] [ ca ] [ case ] [ ch ] [ ci ] [ cl ] [ class ] [ dd ] [ de ] [ derived class ] [ du ] [ ec ] [ ed ] [ ee ] [ eg ] [ er ] [ es ] [ et ] [ fi ] [ file ] [ fo ] [ for ] [ fr ] [ ge ] [ gh ] [ gi ] [ gr ] [ h ] [ hose ] [ hr ] [ ht ] [ id ] [ ie ] [ il ] [ in ] [ inc ] [ instance ] [ instance variable ] [ int ] [ integer ] [ io ] [ is ] [ it ] [ la ] [ ld ] [ Lex ] [ li ] [ Liskov substitution principle ] [ ls ] [ lt ] [ ma ] [ method ] [ mm ] [ mo ] [ mod ] [ module ] [ mp ] [ mu ] [ multiple inheritance ] [ N ] [ na ] [ nc ] [ ne ] [ ng ] [ ns ] [ object ] [ object-oriented ] [ object-oriented programming ] [ om ] [ pe ] [ ph ] [ pl ] [ pr ] [ program ] [ programming ] [ query ] [ rc ] [ re ] [ ro ] [ S ] [ sa ] [ sam ] [ se ] [ sk ] [ so ] [ st ] [ su ] [ subclass ] [ superclass ] [ T ] [ th ] [ to ] [ up ] [ va ] [ var ] [ variable ] [ ve ] [ yt ]






Go Back ]

Free On-line Dictionary of Computing

Copyright © by OnlineWoerterBuecher.de - (5437 Reads)

All logos and trademarks in this site are property of their respective owner.

Page Generation in 0.0936 Seconds, with 17 Database-Queries
Zurück zur Startseite