RAD Studio
ContentsIndex
PreviousUpNext
E2345: Access can only be changed to public or protected (C++)

A C++ derived class can modify the access rights of a base class member, but only to public or protected. 

A base class member can't be made private.

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