March 2013
Intermediate to advanced
1068 pages
30h 20m
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 ...