next up previous
Next: Defining the interface Up: From Modula-2 ADT's to Previous: Introduction

Separation of interface and implementation

In Modula-2 the interface is called a definition module and the implementation an implementation module. In C++ these are respectively called header file and source file. By convention, header files have the suffix .h and C++ source files the suffix .cc or .Cgif



SE Praktikum
Tue Aug 13 13:10:22 MET DST 1996