Monday, July 31, 2017

C++11: Override Controls: final

You can declare a function to be final in a base class, which will prevent any derived class from overriding that function.

No comments:

Post a Comment