CS 4448 - Fall 1998
Object-Oriented Programming and Design
Talk 9.3
by
Patrick Link

C++ Interfaces

by

Fred Wild


  • About Interfaces
  • Interface Design Goals
  • Ways to Achieve Interface Designs In C++: Inheritance-Based
  • Ways to Achieve Interface Designs In C++: Noninheritance-Based