May 2009
Intermediate to advanced
1020 pages
26h 27m
English
| 15 | Inheritance, Polymorphism, and Object-Oriented Design |
KNOWLEDGE GOALS
To appreciate the distinction between structured (procedural) programming and object-oriented programming.
To know the characteristics of an object-oriented language.
To understand the difference between static and dynamic binding of operations to objects.
SKILL GOALS
To be able to:
Create a new C++ class from an existing class by using inheritance.
Create a new ...