https://github.com/emrd/this-self-usage
https://github.com/emrd/this-self-usage
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/this-self-usage
- Owner: EmrD
- Created: 2025-01-15T12:58:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T15:49:06.000Z (over 1 year ago)
- Last Synced: 2025-01-25T04:13:37.896Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What Is This / Self Usage With OOP?
This is an example repository to show how we can use this or self keyword in programming languages. In this repository I used Python to show. In Python, we use self keyword to referance. You can find the definitions on the code with the comment lines.