Skip to content

Commit

Permalink
Cross reference restriction on multiple extends-clauses
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Aug 12, 2021
1 parent 747535c commit 51e4eef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chapters/inheritance.tex
Expand Up @@ -115,6 +115,7 @@ \section{Inheritance -- Extends Clause}\label{inheritance-extends-clause}
\subsection{Multiple Inheritance}\label{multiple-inheritance}

Multiple inheritance is possible since multiple \lstinline!extends!-clauses can be present in a class.
As stated in \cref{the-inherited-contents-of-the-element}, it is illegal for one of these \lstinline!extends!-clauses to influence the lookup of another's (or its own) class name.

\subsection{Inheritance of Protected and Public Elements}\label{inheritance-of-protected-and-public-elements}

Expand Down

0 comments on commit 51e4eef

Please sign in to comment.