CSC/ECE 517 Spring 2013/ch1a 1e pi

From Expertiza_Wiki
Revision as of 14:04, 8 February 2013 by Ashray (talk | contribs) (Created page with "=== Inheritance === In [http://en.wikipedia.org/wiki/Object-oriented_programming object-oriented programming] (OOP), inheritance is a way to reuse code of existing objects,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Inheritance

In object-oriented programming (OOP), inheritance is a way to reuse code of existing objects, or to establish a subtype from an existing object, or both