Microsoft Specific Allows you to explicitly state that you are calling a base-class implementation for a function that you are overriding. Syntax __super::member_function(); Remarks All accessible base-class methods are considered during the overload resolution phase, and the function that provides the best match is the one that is called. __super can only appear within the body of a member functi