blob: 9909651b86d870f169173ef670f80608f5013cae (
plain)
1
2
3
4
5
6
7
8
9
|
% This file is public domain
%
% these problems don't have solutions
\newproblem*{oop}{Describe what is meant by object-oriented
programming.}
\newproblem*{inheritance}{Describe what is meant by the term
\emph{inheritance} in object-oriented programming. Use examples.}
|