Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 514 Bytes

virtual-specifier.md

File metadata and controls

10 lines (9 loc) · 514 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: virtual Specifier
virtual Specifier
11/04/2016
function specifiers, virtual
virtual keyword [C++]
4f3dfdea-a6cb-499b-832d-e237b96062d0

virtual Specifier

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.