This repository was archived by the owner on Apr 3, 2026. It is now read-only.
v7.0.0
7.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)
- How to assign object values in creation with class constructor (016e1e9)
- How to implement a better encapsulation using properties for getter and setter methods (09c21e6)
- How to implement and execute classes with class and static methods (ef2c0fa)
- How to work with class inheritance (6d2ccae)
- Learn how to create a class with its properties and its methods and call them from an instance (4cd1e4b)
- Refactoring blockchain exercise to object oriented programming (414be2b)
Features
BREAKING CHANGES
- Exercise added