1.
|
Describe object-oriented concepts, terminology, and tools. (I, II)
|
2.
|
Use good C++ programming style. (II)
|
3.
|
Read and describe basic C++ syntax. (II, III)
|
4.
|
Define and use C++ classes. (II, III, IV, VI)
|
5.
|
Create, compile, and run C++ programs using C++ programming
environments and tools. (II, VII)
|
6.
|
Declare, use, and distinguish variables, constants, arrays, pointers,
and references. (II-V, VII)
|
7.
|
Write functions, decisions, and loops. (II-IV, VI-VII)
|
8.
|
Manage storage using constructors and destructors. (II, V)
|
9.
|
Derive new classes from existing classes with inheritance. (III, VI)
|
10.
|
Use standard input and output functions and operators. (IV, VI, VII)
|
|