Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: User | OOP Concepts
In-Depth Python OOP
course content

Contenu du cours

In-Depth Python OOP

In-Depth Python OOP

1. OOP Concepts
2. Inheritance
3. Encapsulation
4. Polymorphism and Abstraction
5. Magic Methods

book
Challenge: User

Tâche

Swipe to start coding

  1. Define the User class by the class keyword.
  2. The User class should have the __init__ method that takes 3 arguments:
    self - an instance of the class.
    username - user's username.
    password - user's password.
  3. The __init__ method should assign arguments to the instance attributes via the self keyword.
  4. Create the bob instance of the User class with any username and password.

Once you've completed this task, click the button below the code to check your solution.

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 5
toggle bottom row

book
Challenge: User

Tâche

Swipe to start coding

  1. Define the User class by the class keyword.
  2. The User class should have the __init__ method that takes 3 arguments:
    self - an instance of the class.
    username - user's username.
    password - user's password.
  3. The __init__ method should assign arguments to the instance attributes via the self keyword.
  4. Create the bob instance of the User class with any username and password.

Once you've completed this task, click the button below the code to check your solution.

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 5
Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
We're sorry to hear that something went wrong. What happened?
some-alt