Object-oriented programming in Python
link

Object-oriented programming in Python

Learn more about object-oriented programming with this next-steps module in Python.

Microsoft Learn
Updated Jul 27, 2024

What you'll learn

  • Write classes in Python
  • Add attributes to a class
  • Add methods to a class
  • Learn how to inherit classes
  • Add methods and attributes to an inherited class
  • Override methods inherited from a base class
Course Description

Learn more about object-oriented programming with this next-steps module in Python.