Sobes.tech
Junior

List the methods of the Object class or Any in Kotlin programming language.

sobes.tech AI

Answer from AI

  • equals(other: Any?): Compares this object with another to determine equality.
  • hashCode(): Int: Returns the hash code for this object.
  • toString(): String: Returns the string representation of the object.