Section 1

Preview this deck

For loops

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 14, 2020

Cards (9)

Section 1

(9 cards)

For loops

Front

A code structure allowing a set of statements to be repeatedly executed multiple times

Back

Index

Front

A number used to indicate an element's position in an array. Indices start at zero.

Back

Objects

Front

A concrete instance of a given class; objects store their state in variable values and perform actions by accessing methods

Back

Class

Front

An abstract code entity that groups together data and behavior

Back

Inheritance

Front

"Is-a" relationship; a type of relationship between classes that share characteristics

Back

Fixed-size

Front

Number of elements cannot grow or shrink

Back

Array

Front

A data structure used to represent a list of values of the same data type

Back

Composition

Front

"Has-a" relationship; simplifying how we program complex behavior by building classes out of smaller, simpler objects

Back

Elements

Front

A data value in an array

Back