Please enable JavaScript to use CodeHS

CodeHS Glossary


Inheritance Java

When a subclass extends a superclass, the subclass inherits all of the static methods, static variables, and public instance methods of the superclass. This is called inheritance.