Please enable JavaScript to use CodeHS

CodeHS Glossary


Abstract method Java

A method, written in an Abstract Class, that is not defined. The word abstract must come right before the method’s return type. It is up to the subclass to fill in the definition for the abstract method.