ITE MIDTERMS Flashcards
the representation of object characteristics on java programming
INSTANCE FIELDS
the keyword that is used to attach a method to the class, not an instance
static
the abstraction of a real world concept into programming
OBJECT
capabilities of an object
BEHAVIOR
_________ is represented by methods
BEHAVIOR
___________ is represented by variables
STATES
provides the output of the method
return
the keyword that points to the current instance
this
this works as input for the method
PARAMETER LIST
blueprint of an object
CLASS
this property states that objects are smart on their own but requires other to tell what it needs to do
ANTHROPOMORPHIC
the keyword used in creating object instance
new
the concept of hiding details you do not care about as a user
BLACK BOX
other than the usage of the new keyword, it is another way of declaring and filling up the array
INITIALIZER LIST
the field that tells how many elements are there in an array
LENGTH
thrown whenever an invalid index is accessed from the array
ArrayIndexOutOfBoundsException