Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 462 Bytes

File metadata and controls

9 lines (8 loc) · 462 Bytes
title virtual Specifier
ms.date 11/04/2016
helpviewer_keywords
function specifiers, virtual
virtual keyword [C++]
ms.assetid 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.