Jump to content

Override (object-oriented programming): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Mintguy (talk | contribs)
mNo edit summary
merge it to subprogram; how can you talk override without context of subprogram?
Line 1: Line 1:
#REDIRECT [[subprogram]]
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]]. When combined with [[late binding]] this is the basic means of achieving the [[polymorphism (object-oriented programming)|polymorphism]] of an object oriented design in an object oriented language.
See also: [[class (object-oriented programming)|class]], [[object (object-oriented programming)|object]]

Revision as of 00:12, 24 May 2003

Redirect to: