curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662f3815b0798f3ae730a888.md
The term classes' shows possession, indicating that the methods belong to the classes.
The verb perform refers to the action of carrying out or executing a set of operations, commonly used to describe what functions or methods do in programming.
It involves classes, which are like blueprints for objects, and, inside the classes, you find the BLANK methods, which are actions those objects can BLANK.
classes'
This possessive form shows that the methods belong to the classes. It's used to indicate ownership or belonging, particularly after words ending in 's'.
perform
This verb means to carry out, execute, or do something.
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "5.1-3.mp3",
"startTime": 1,
"startTimestamp": 21.98,
"finishTimestamp": 30.8
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 5.76,
"dialogue": {
"text": "It involves classes, which are like blueprints for objects, and inside the classes,",
"align": "center"
}
},
{
"character": "Sarah",
"startTime": 5.84,
"finishTime": 9.82,
"dialogue": {
"text": "you find the classes' methods, which are actions those objects can perform.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 10.32
}
]
}