This loads the package.
First, we define a small class hierarchy. The message is a warning that child redefines a method without declaring that it does so. The functionality is not affected.
Only the second method is overriden, because Private members cannot be overridden. After qualification no more message is printed, which can also be achieved with Off[Override::class].
An override modifier is rejected, if not appropriate. |