Java View all facts Glossary Help |
| mechanism > binding > static binding |
| static binding comparison table | ||||
| Subject | is a kind of | apply to | is a subtopic of | has definition |
|---|---|---|---|---|
| binding | mechanism | |||
| static binding | binding | files and static members | How Java Works | A mechanism by which the compiler determines which method implementation to use in advance, based on the type of the reference (regardless of the actual class of the object) |
Next binding: dynamic binding Up: binding