Structuring Applications Using OOP Principles
Oleh Lohvyn
Python
8 Chapters
0 Studying now
This is a hands-on course that will help you understand the basics of object-oriented programming in Python. You will learn how to create classes, work with objects, use inheritance, and extend the capabilities of your programs.
Technology
Python
Language
En
Rating
Chapters
8
How to Create a Class?
How to Create an Object of a Class?
How to Access Class Attributes?
How to Create a Method?
What You Should Know About Method Arguments?
About str Method
What is Inheritance?
The Features of Inheritance
0%
How to Create a Class?
How to Create an Object of a Class?
How to Access Class Attributes?
How to Create a Method?
What You Should Know About Method Arguments?
About str Method
What is Inheritance?
The Features of Inheritance
Course description
This is a hands-on course that will help you understand the basics of object-oriented programming in Python. You will learn how to create classes, work with objects, use inheritance, and extend the capabilities of your programs.