This repository was archived by the owner on Apr 3, 2026. It is now read-only.
Commit 4c28c55
committed
chore(release): 7.0.0 [skip ci]
# [7.0.0](v6.0.0...v7.0.0) (2025-11-07)
### Bug Fixes
* Basic understanding of built-in class methods such as __dict__. How to handle private properties and encapsulation ([a921560](a921560))
* How to assign object values in creation with class constructor ([016e1e9](016e1e9))
* How to implement a better encapsulation using properties for getter and setter methods ([09c21e6](09c21e6))
* How to implement and execute classes with class and static methods ([ef2c0fa](ef2c0fa))
* How to work with class inheritance ([6d2ccae](6d2ccae))
* Learn how to create a class with its properties and its methods and call them from an instance ([4cd1e4b](4cd1e4b))
* Refactoring blockchain exercise to object oriented programming ([414be2b](414be2b))
### Features
* Exercise [#7](#7). Object Oriented Programming ([46d251c](46d251c))
### BREAKING CHANGES
* Exercise added1 parent 46d251c commit 4c28c55
3 files changed
+26
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
1 | 24 | | |
2 | 25 | | |
3 | 26 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments