Looking Toward C++
Object-Oriented Design is characterized by
Objects (data together with operations on the data)
Classes (abstract characterizations of objects)
Inheritance (code sharing)
Polymorphism (run-time binding of operations to objects)
Previous slide
Next slide
Back to first slide
View graphic version