description | title | ms.date | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|
Learn more about: virtual Specifier |
virtual Specifier |
11/04/2016 |
|
4f3dfdea-a6cb-499b-832d-e237b96062d0 |
The virtual keyword can be applied only to nonstatic class member functions. It signifies that binding of calls to the function is deferred until run time. For more information, see Virtual Functions.