Section 1

Preview this deck

In Sequence

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (7)

Section 1

(7 cards)

In Sequence

Front

multiple instructions are executed, one after the other, in the order in which they are written

Back

Parameter

Front

the additional information that can be passed to some methods within the parentheses

Back

Inherits

Front

A subclass _________ all the methods from its superclass. That means that it has, and can use, all methods that its superclass defines.

Back

void return type, non-void return type

Front

Calling a method with a void return type issues a command. Calling a method with a non-void return type asks a question.

Back

error message

Front

When a class is compiled, the compiler checks to see whether there are any errors. If an error is found, an error message is displayed.

Back

Method Call

Front

An instruction that tells an object to perform an action.

Back

if statement

Front

Can be used to write instructions that are executed only when a certain condition is true.

Back