Please enable JavaScript to use CodeHS

AP CSA Labs Glossary

Flashcards

Course:

Module:

Lesson:

Search:

Method Java

A method is a way to teach the computer a new command

Subclass Java

If a class A extends the class B, then A is a subclass of B.

Superclass Java

If a class A extends the class B, then B is the superclass of A.

Polymorphism Java

An object can take on different forms depending on its implementation. Java can call the correct method even when an object is disguised as a more generic reference type