Electronics Circuits & Tutorials - Electronics Hobby Projects - A Complete Electronic Resource Centre
Electronics Circuits & Tutorials

Tutorials

     more....

Dictionaries

     more....

Projects
Home > Electronics Tutorials > Online Computer Terms Dictionary > I

Online Computer Terms Dictionary - I

inheritance

<programming, object-oriented> 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)

 


Nearby terms: infrastructure « Inglish « INGRES « inheritance » initgame » initialise » Initial Microprogram Load
 

Circuits
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
Discover

     more......

Copyright © 1999-2011 www.hobbyprojects.com  (All rights reserved)