16
Mar
Understanding inheritance in C++
If you know nothing about classes in C++ you should probably go read a bit on that, although if you know Java or a similar OO language you can go ahead. In C++, as with most modern OO languages we have encapsulation, inheritance, and polymorphism. I won’t go into much detail as this is just [...]
Continue Reading →