Releases: fx-biocoder/oop-in-cpp
Releases · fx-biocoder/oop-in-cpp
OOP in C++ (v1.0.2)
- Fixed inheritance
- Other minor fixes
OOP in C++ v1.0.1
Fixed some errors:
- Changed "dynamic linking" to "dynamic binding" (my mistake, English is not my native language, haha).
- Corrected spelling mistakes.
- Resolved code errors such as public methods mistakenly defined as private and methods not being called correctly.
OOP in C++ (v1.0.0)
This is the first edition of this guide. You may notice that certain topics may need further development, particularly the topic of polymorphism, and you may also observe some overlap among the principles of object-oriented programming. Nevertheless, I wanted to release an initial version quickly and be able to proceed with other projects and obligations that I have pending.