Let’s Learn C++ ~ #18 ~ Virtual

Learn intermediate programming in C (Cpp) in this series of tutorials! This 18th lesson focuses on the keyword virtual, how it’s used with class functions aka methods, and how pure virtualization is possible.
Back to Top