Aktuelle Änderungen Printable View Änderungen Bearbeiten
Peer2Peer > PSPadScripting > PSPadScripts > Paracord > Paste > PatternsInSoftwareEngineering > PatternsOfEnterpriseApplicationArchitecture > PatternsOfSoftware > PeterNorvig > PeterPaulKoch > PhilipGreenspunsTenthRuleOfProgramming > PhilipGreenspun > Pile > PodCast > PofEAA > PatternsOfEnterpriseApplicationArchitecture > PolymorphismClear TrailMethod overriding, in object oriented programming, is a language feature that allows a subclass to provide a specific implementation of a method that is already provided by one of its superclasses. The implementation in the subclass overrides (replaces) the implementation in the superclass.[1]
Common to these two types is the fact that the programmer has to specify exactly what types are to be usable with the polymorphic function.[2]