Asked by Justin Shaughnessy on Jun 10, 2024

verifed

Verified

In Java, extends is a reserved word.

Extends

A keyword in Java that is used to inherit the properties and methods of another class.

Reserved Word

A word that is part of the vocabulary of a programming language, having a special meaning and used for specific syntactical purposes.

Java

A popular high-level, object-oriented programming language known for its portability across platforms.

  • Identify the distinctions among the terminologies employed in Java, such as fields and reserved words.
verifed

Verified Answer

GS
gurlal singhJun 17, 2024
Final Answer :
True
Explanation :
'extends' is a reserved word in Java, which is used to establish inheritance between classes.