Tag Archives: inherited

Implicit vs Explicit Call to inherited

When overriding a method, you have the choice to call the ancestor method implicitly with the inherited keyword alone or with also the method name and its parameters if any. Does it make a difference? Why choose one or the … Continue reading

Posted in Coding standard, Delphi | Tagged , , | 13 Comments