Intro to OOP Flashcards
OOP
Object Oriented Programming
4 components of object orientated programming:
Classes
__________
Attributes
Methods
Classes
Objects
Attributes
Methods
4 components of object orientated programming:
_________
Objects
Attributes
Methods
Classes
Objects
Attributes
Methods
4 components of object orientated programming:
Classes
Objects
__________
Methods
Classes
Objects
Attributes
Methods
4 components of object orientated programming:
Classes
Objects
Attributes
___________
Classes
Objects
Attributes
Methods
4 components of object orientated programming:
C
O
A
M
Classes
Objects
Attributes
Methods
Classes
Blueprints for objects that allow for grouping of attributes and methods
In OOP adjectives are?
Attributes
In OOP verbs are?
Methods
In OOP nouns are?
Objects
Attributes
adjectives - Things an object is (color, shape, size)
Methods
Verbs - Thing an object does (run(), drive(), stop())
Objects
nouns - created from the Class (dog, chair, car)
fields, members, or properties
Attributes
behaviors
Methods
Attributes are also called
fields and variables
When you define a class in java, you are……
creating a new data type or more specifically a reference data type
creating an object is also called
instantiating