Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 1.04 KB

File metadata and controls

50 lines (43 loc) · 1.04 KB
title virtual Specifier | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
devlang-cpp
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
virtual
dev_langs
C++
helpviewer_keywords
function specifiers, virtual
virtual keyword [C++]
ms.assetid 4f3dfdea-a6cb-499b-832d-e237b96062d0
caps.latest.revision 9
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw
translationtype Human Translation
ms.sourcegitcommit f7f8be19019262c367ab9828a89549f028991d58
ms.openlocfilehash 7d5af9e11836b732ef7575c080fd2fb26aebc6d0

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.