Override (object-oriented programming)
Appearance
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. When combined with late binding this is the basic means of achieving the polymorphism of an object oriented design in an object oriented language. See also: class, object