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

Kursinhalt

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

Aufgabe

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.

Lösung

Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 5
toggle bottom row

book
Challenge: User

Aufgabe

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.

Lösung

Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 5
Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
We're sorry to hear that something went wrong. What happened?
some-alt