New article - How inheritance, encapsulation and polymorphism work in C++
This concludes a month of work. Somehow I, again, ended up with huge article and explains lots of different things.
In this article, I am explaining how the three whales of OOP implemented in C++. How encapsulation works. How overloading of methods works. What is the structure of C++ object compared to C structure. How polymorphism [...]
