Shared Flashcard Set

Details

AP CSA Vocab
Vocab so I don't fail csa
9
Computer Science
Not Applicable
12/11/2022

Additional Computer Science Flashcards

 


 

Cards

Term
Object
Definition
The top position in all hierarchy trees
Term
Inheritance
Definition
Deriving a new class using the properties and behavior of an existing class
Term
extends
Definition
keyword used in subclasses
Term
super()
Definition
enables a subclass to invoke a constructor in the parent class
Term
abstract
Definition
keyword that means no code is written in that method
Term
preconditions
Definition
specify what conditions should be true before a method is called
Term
aliasing
Definition
when more than one pointer points to the same object
Term
Dynamic binding/Late binding
Definition
the making of a run-time decision as to witch method in a hierarchy should be called
Term
Static Binding/ Early Binding
Definition
choosing which overloaded method should be called at compile-time by comparing method signatures
Supporting users have an ad free experience!