Java View all facts Glossary Help |
member > method > method declared in an interface |
method declared in an interface comparison table |
Subject | be | is a kind of | is a synonym of | has definition | is partitioned into | be implicitly |
---|---|---|---|---|---|---|
method | public except for those that will definitely need to be called from outside the package | specification | member function | Code that specifies some of the behaviour of a class or instance | static method, instance method | |
method declared in an interface | static | method | public and abstract |
Next method: method declared without an access modifier Up: method Previous method: long method