Content deleted Content added
Simplify the article by breaking out the "non-technical" (for programmers) explanation into a "Rationale" section. |
→Excluding Methods: Faute de frappe corrigée Tags: Mobile edit Mobile app edit Android app edit |
||
Line 60:
=== Excluding Methods ===
If you exclude a method from a trait, that method becomes a 'required' method for the trait because the trait's other methods might call it. If the programming language uses [[Static dispatch|static dispatch]] ("early binding"), method names are bound
==Supported languages==
|