Lesson 1
Component Object Model Basics
Component Software
Module introduction
Simple Architectures for Complex Enterprises
Getting the most out of this module
To get the most out of this module, you should be familiar with the following C++ concepts:
- classes and structures,
- constructors,
- inheritance,
- multiple inheritance,
- virtual functions, and
- pure virtual functions.
You do not have to be an expert in these areas.If you need a refresher, check out one of the books recommended on the Resources page.