Using Classes and Objects

3.8(5)
Studied by 202 people
0%Unit 2 Mastery
0%Exam Mastery
Build your Mastery score
multiple choiceAP Practice
Supplemental Materials
call kaiCall Kai
Card Sorting

1/5

Last updated 11:53 PM on 4/6/23
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

6 Terms

1
New cards
object
an entity or data type that we create in java.
2
New cards
class
they contain instance fields or data that belong to the object and methods that are used to manipulate the data
3
New cards
Precedence
the order of operations in java
4
New cards
static variable
the variable belongs to the class itself, and is initialized only once at the start of the execution
5
New cards
immutable
the state of the object doesn’t change since it has been initialized
6
New cards
Method usage
when using methods of a class, remember the parameters used to call the method need to match the data types of the arguments of the defined method