Зміст курсу
In-Depth Python OOP
In-Depth Python OOP
4. Polymorphism and Abstraction
Challenge: Protected Password
Завдання
Swipe to show code editor
Wow, here is our User
class again! Let's protect the password!
- All
password
attributes and arguments were replaced by the placeholder (___
) to help you not miss some attributes. - Use the protected access modifier (
_
) to protect thepassword
attribute.
Note
Arguments taken by functions should be without protected access modifier.
Рішення
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 3. Розділ 5
Challenge: Protected Password
Завдання
Swipe to show code editor
Wow, here is our User
class again! Let's protect the password!
- All
password
attributes and arguments were replaced by the placeholder (___
) to help you not miss some attributes. - Use the protected access modifier (
_
) to protect thepassword
attribute.
Note
Arguments taken by functions should be without protected access modifier.
Рішення
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 3. Розділ 5
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів