たぶん誤変換 …
20. 5. 2. 1 多重 継承 と アクセス 制御
格子上の多重継承において、基底クラスにたどり着く経路が複数個存在する場合(§21.3)、アクセス可能な経路があれば、基底クラスの名前が利用できる。たとえば:
原文:
If the name of a base class can be reached through multiple paths in a multiple-inheritance lattice (§21.3), it is accessible if it is accessible through any path. For example:
考察:
「格子状の多重継承」ではないかと思われ。