1/22
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Object
instance of a class
Instance
created from a class
Method
block of code that performs a specific task
Class
template to define atributes
Message
objects interact by calling each others methods
Argument
value you pass to a parameter
Constructor
special method only called when an object is created
Package
way to group specific related classes
Instantiate
create a new object from a class
Reserved
words with predefined meanings by the language (True on quiz)
Int
declares variables that hold whole numbers
Boolean
data type that represents true or false
Float
is a data type that holds numbers with decimals
Escape Sequence
combination of characters used to represent special characters (/n, /t, /")
Type Conversion
Temporarily modify from one data type to another (10 -> 10.0)
Modulus
returns the remainder
Char
stores a single character
Double
data type that holds numbers with decimals
new
a reserved word used only when creating objects
Parameter
The variable used when defining a method
OOP
Object Oriented Programming
IDE
Integrated Development Environment
Is java an IDE?
False