Skip to content

Releases: fx-biocoder/oop-in-cpp

OOP in C++ (v1.0.2)

03 Jun 01:57
Compare
Choose a tag to compare
  • Fixed inheritance
  • Other minor fixes

OOP in C++ v1.0.1

25 May 19:20
1bc0e48
Compare
Choose a tag to compare

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)

25 May 01:37
11b1561
Compare
Choose a tag to compare

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.