AP Computer Science A
In Java, the keyword "extends" is used to create a subclass that inherits properties and methods from a superclass. It establishes an "is-a" relationship between classes.
congrats on reading the definition of extends. now let's actually learn it.