In C++, what does the virtual keyword actually mean?
Anonymous
Typically is used to express polymorphism in C++. Change the base-class behavior of a method, as part of an inheriting child class, while keeping the same prototype definition.
Check out your Company Bowl for anonymous work chats.