CS Awesome - Unit 10 Vocabulary

studied byStudied by 1 person
0.0(0)
Get a hint
Hint

base case

1 / 3

flashcard set

Earn XP

Description and Tags

Recursion

4 Terms

1

base case

A way to stop the recursive calls. This is a return without a recursive call.

New cards
2

call stack

A class defines what all objects of that class know (fields) and can do (methods). You can also have data and behavior in the object that represents the class (class fields and methods). All objects of a class have access to class fields and class methods, but these can also be accessed using className.field or className.method().

New cards
3

recursive method

A method that contains at least one call to itself inside the method.

New cards
4

filler term

filler definition

New cards

Explore top notes

note Note
studied byStudied by 5104 people
... ago
4.8(17)
note Note
studied byStudied by 14 people
... ago
4.2(5)
note Note
studied byStudied by 44 people
... ago
5.0(1)
note Note
studied byStudied by 9 people
... ago
5.0(1)
note Note
studied byStudied by 34 people
... ago
5.0(1)
note Note
studied byStudied by 208 people
... ago
5.0(2)
note Note
studied byStudied by 2 people
... ago
5.0(1)
note Note
studied byStudied by 228 people
... ago
5.0(3)

Explore top flashcards

flashcards Flashcard (43)
studied byStudied by 10 people
... ago
5.0(1)
flashcards Flashcard (34)
studied byStudied by 10 people
... ago
5.0(1)
flashcards Flashcard (27)
studied byStudied by 11 people
... ago
5.0(2)
flashcards Flashcard (22)
studied byStudied by 32 people
... ago
5.0(1)
flashcards Flashcard (22)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (32)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (31)
studied byStudied by 108 people
... ago
5.0(1)
flashcards Flashcard (156)
studied byStudied by 3 people
... ago
5.0(1)
robot