Please enable JavaScript to use CodeHS

CodeHS Glossary


Abstract Class Java

A class, usually at the top of a Class Hierarchy, that cannot be instantiated, because not all of its methods are defined. It is up to the subclasses to fill in these undefined methods.