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. Thids is the basic means of acheiving polymorphism object oriented designs.