We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8326e commit e89d4ceCopy full SHA for e89d4ce
talk/objectorientation/advancedoo.tex
@@ -341,7 +341,7 @@
341
\end{frame}
342
343
\begin{frame}[fragile]
344
- \frametitlecpp[98]{Polymorphism and destruction}
+ \frametitlecpp[11]{Polymorphism and destruction}
345
\begin{block}{Virtual destructors}
346
\begin{itemize}
347
\item We can mark a destructor as \cppinline{virtual}
@@ -365,7 +365,7 @@
365
366
367
368
- \frametitlecpp[98]{Pure Abstract Class aka Interface}
+ \frametitlecpp[11]{Pure Abstract Class aka Interface}
369
\begin{block}{Definition of pure abstract class}
370
371
\item a class that has
0 commit comments