🎴 Flashcard Mode

Programming Languages Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

"toString" is a method of Class String.

AnswerClick to flip back
A
False
💡 Explanation:

toString() is defined in the Object class and inherited by all classes including String. String overrides toString() but does not originate it.

Change Mode