Skip to content
Snippets Groups Projects
Commit b06c20b5 authored by jkvis's avatar jkvis
Browse files

Added link to assignment

parent b5423c96
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -362,8 +362,8 @@ class Vector(object):
\item \textcolor{pms280_compl}{Abstract away} implementation by
specifying interfaces and behaviour;
\item Use \textcolor{pms280_compl}{inheritance} (not covered) to give an
even nicer abstraction;
\item Use \textcolor{pms280_compl}{inheritance} (not covered here)
to give an even nicer (layered) abstraction;
\item \textcolor{pms280_compl}{Create} own data type on top of what
Python provides;
......@@ -404,7 +404,7 @@ containing two integers: \mintinline{python}{numerator} and
\bigskip
see: \path{https://link.com/assignment}
see: \path{https://github.com/lumc-python/oop}
\end{frame}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment