Object Oriented Software Engineering View all facts Glossary Help |
| subject > component > module > Java module > Java method > toString |
| toString comparison table | ||||||
| Subject | have default implementation | is a kind of | is a subtopic of | is an instance of | have purpose | write for |
|---|---|---|---|---|---|---|
| Java method | method | 9.1 - The Process of Design | ||||
| toString | the name of the class followed by a hexadecimal code that distinguishes one instance from another | The Basics of Java | Java method | to convert any kind of object into a string | every class you create |
Next Java method: equals method Up: Java method Previous Java method: substring