#26 - (OOP) - Property Decorator in Python Class

preview_player
Показать описание
Learn to use @property (property decorator) in Python Class. We can use @property to access the method inside a class as an attribute/property. When we define a method inside class with @property, the object of that class can access that method as it's property i.e. we don't need to add parenthesis to get the value returned by the method.

Рекомендации по теме
Комментарии
Автор

Thank you so much man, your didactics is amazing, I see that you don't have many views or like on this video, but please don't stop or give up your work, you are doing an excelent job, I've lernt a very usefull information on this video and on the previous one, which are the only 2 videos of your I've watched so far, but I'll watch the rest of them for sure!

BrunoAraujo-polm
Автор

Excellent. Clearly and succinctly explained. Just one comment, an '@' is called an 'at sign' or 'commercial at', usually the former.
Thank you for what you do.

ChrisPinCornwall
Автор

By the way you got a subscriber. thank you again!

BrunoAraujo-polm
Автор

Hey, I visited your Chanel and it was great, are you interested in creating a web article on my website on your YouTube channel ??

grifinplay