We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbe756 commit 4723cd5Copy full SHA for 4723cd5
docs/code-quality/c26434.md
@@ -27,7 +27,7 @@ In the Core Guidelines checks:
27
28
## Example
29
30
-This example demonstrates good engineering practice for explicit **`override`** and **`virtual`** use:
+This example demonstrates how a derived class can hide non-virtual functions, and how virtual functions allow both overloads and overrides:
31
32
```cpp
33
// C26434.cpp
0 commit comments