RAD Studio
ContentsIndex
PreviousUpNext
E2278: Multiple base classes not supported for Delphi classes (C++)

Delphi style classes cannot have multiple base classes. 

 

struct__declspec(delphiclass) base1  {};
struct__declspec(delphiclass) base2  {};
structderived : base1, base2         {}; // Error
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!