Section 2. Chapitre 2
single
Challenge: Admin
Glissez pour afficher le menu
Tâche
Swipe to start coding
You have a User class from the last challenge.
The methods are corrected (User -> {self.username} in strings).
Let's define the Admin class!
- Define the
Adminclass inherited from theUserclass. - Define the
create_content()admin's method that prints the string:
f"{self.username} creates the content". - Define the
update_content()admin's method that prints the string:
f"{self.username} updates the content". - Define the
delete_content()admin's method that prints the string:
f"{self.username} deletes the content".
Note
Adminhas all the capabilities ofUserthat do not need to be reimplemented. This is an example of how inheritance makes our life easier.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 2. Chapitre 2
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion