Как объявить класс в Python?

Вопросы по Python

Quiz
•
Computers
•
11th Grade
•
Medium
Rasul Abdikerimov
Used 1+ times
FREE Resource
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
class MyClass:
def MyClass:
new MyClass:
function MyClass:
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой метод вызывается при создании объекта класса?
__main__
__start__
__init__
__create__
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как правильно вызвать родительский метод внутри дочернего класса?
super().method()
parent.method()
self.method()
method.super()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой из этих операторов используется для создания наследования?
:
->
extends
()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как передать аргументы в __init__ метод при создании объекта?
obj = MyClass()
obj = MyClass(arg1, arg2)
obj = MyClass.__init__(arg1, arg2)
obj = MyClass.new(arg1, arg2)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой ключевой слово используется для указания пустого блока кода?
super
None
pass
empty
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Можно ли создать объект класса без определения __init__?
Да
Нет
Create a free account and access millions of resources
Similar Resources on Quizizz
11 questions
Этичный хакер 3

Quiz
•
9th - 12th Grade
17 questions
12/3 Classes & Objects

Quiz
•
9th - 11th Grade
15 questions
Computer Science - Python

Quiz
•
9th - 12th Grade
12 questions
ООП в Python

Quiz
•
11th Grade
17 questions
Вводное по Unity C#

Quiz
•
1st - 11th Grade
21 questions
РМП 3 курс 6 семестр

Quiz
•
11th Grade - University
18 questions
Python (Objects)

Quiz
•
6th - 12th Grade
16 questions
Капибара и классы на С++

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University