Java View all facts Glossary Help |
member > method > overridden method |
overridden method comparison table |
Subject | access you | is a kind of | is a synonym of | has definition | is partitioned into | have example of calling |
---|---|---|---|---|---|---|
method | specification | member function | Code that specifies some of the behaviour of a class or instance | static method, instance method | ||
overridden method | use the 'super' keyword | method | super.myMethod(a,b) |
Next method: overriding method Up: method Previous method: method declared without an access modifier