Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 523 Bytes

ii.15.1.4-method-implementations.md

File metadata and controls

3 lines (2 loc) · 523 Bytes

II.15.1.4 Method implementations

A MethodImpl, or method implementation, supplies the executable body for an existing virtual method. It associates a Method (representing the body) with a MethodDecl or Method (representing the virtual method). A MethodImpl is used to provide an implementation for an inherited virtual method or a virtual method from an interface when the default mechanism (matching by name and signature) would not provide the correct result. See §II.22.27.