RAD Studio
ContentsIndex
PreviousUpNext
E2113: Virtual function 'function1' conflicts with base class 'base' (C++)

A virtual function has the same argument types as one in a base class, but differs in one or more of the following:

  • Return type
  • Calling convention
  • Exception specification (throw list)

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!