Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 647 Bytes

File metadata and controls

16 lines (15 loc) · 647 Bytes
title virtual Specifier | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-language
ms.topic language-reference
dev_langs
C++
helpviewer_keywords
function specifiers, virtual
virtual keyword [C++]
ms.assetid 4f3dfdea-a6cb-499b-832d-e237b96062d0
author mikeblome
ms.author mblome
ms.workload
cplusplus

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.