
CLASSES AND OBJECTS PYTHON
Quiz by Yaithd Daniel Olivas Arcos
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What is an object?
It's a programming structure that allows the creation of objects.
It's something that allows us to differentiate two objects.
It's necessary to type "class" after the attribute to create a class.
Select the correct category for the following elements:
Link the keyword with the action that implements.
Order the following list of steps to create an object using a class.
Select the code without errors.
It's a programming structure inside a class that allows you to perform operations on object attributes.
What is the syntax to create an object called "p1" using the class called "Person"?
What is the keyword used to create a method/function?
In the code shown in the image, what is the name of the class?

Look at the code shown in the figure and determine the number of attributes the class has. Type the number.

Look at the code shown in the figure. Type the name of the method.

How many objects does the code contain? Type the number.

How many methods can you introduce inside a class?
What is the name of the class?

How many methods does the class contain?

What is the first method doing?

How many attributes does the class have?

What are the names of the attributes shown?

What is the second method doing?

What is the third method doing?

What is the name of the class?

How many attributes does the class have? Type the number.

How many methods does the class have? Type the number.

What is the first method doing?

What is the second method doing at first?

What is the third method doing?

What is the fourth method doing?

How many objects does the code have? Type the number.
