[Solved] Syntax for virtual functions
While making a function virtual in c++ where do I have to write virtual keyword? In the function declaration, before the function name, and after any attribute specifiers, along with the other specifiers (including the type specifier for the function’s…