Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 569 Bytes

compiler-warning-level-1-c4381.md

File metadata and controls

13 lines (11 loc) · 569 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4381
Compiler Warning (level 1) C4381
11/04/2016
C4381
C4381
f67a6db3-b334-4b2e-8182-b30c7a3c7c32

Compiler Warning (level 1) C4381

'function1': interface method will not be implemented by non-public method 'function2'

A class must implement all function in an interface. A class can satisfy this condition if one of its base classes implements the function. However, the function must be implemented as a public function.