[webkit-dev] 'final' class specifier and 'final' method specifier
Michael Catanzaro
mcatanzaro at igalia.com
Wed Dec 19 12:27:28 PST 2018
On Wed, Dec 19, 2018 at 1:58 PM, Konstantin Tokarev <annulen at yandex.ru>
wrote:
> Adding override to method which already has final specifier doesn't
> affect anything,
> because both final and override may ony be used on virtual methods
FWIW I prefer override because it's much more clear what that keyword
is used for.
Michael
More information about the webkit-dev
mailing list