RAD Studio
ContentsIndex
PreviousUpNext
W8024: Base class 'class1' is also a base class of 'class2'

(Command-line option to suppress warning: -w-ibc) 

A class inherits from the same base class both directly and indirectly. It is best to avoid this non-portable construct in your program code.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!