Monday, July 31, 2017

C++11: Override Controls: override

You can tell the compiler that you are attempting to override a function, so that the compiler can check whether you are really overriding the function or just overloading the function.

No comments:

Post a Comment