Java View all facts Glossary Help |
member > instance member > instance method > method that is declared in Object class > clone |
clone comparison table |
Subject | have | is a kind of | is a subtopic of | is an instance of | have purpose | has definition |
---|---|---|---|---|---|---|
method that is declared in Object class | a comment at its head if the method is non-obvious | instance method | Methods | |||
clone | specification | Example Methods | method that is declared in Object class | to create objects from other objects of the same type | A method that creates objects from other objects of the same type |
Next method that is declared in Object class: equals Up: method that is declared in Object class Previous method that is declared in Object class: wait method