Override (object-oriented programming): Difference between revisions
Appearance
Content deleted Content added
TakuyaMurata (talk | contribs) merge it to subprogram |
Sorry overing is most certainly not the same thing as simply a subroutine |
||
Line 1: | Line 1: | ||
In [[computer science]]'s [[object-oriented programming]], an '''override''' involves providing a different [[behavior]] or [[method]] for a [[class (object-oriented programming)|subclass]] from that of the base class. Thids is the basic means of acheiving polymorphism object oriented designs. |
|||
#REDIRECT [[subprogram]] |
|||
See also: [[class (object-oriented programming)|class]], [[object (object-oriented programming)|object]] |
Revision as of 15:24, 23 May 2003
In computer science's object-oriented programming, an override involves providing a different behavior or method for a subclass from that of the base class. Thids is the basic means of acheiving polymorphism object oriented designs.