Lecture overview -- Keyboard shortcut: 'u'  Previous page: Inline member functions -- Keyboard shortcut: 'p'  Next page: Visibility and Access Control -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Abstraction Mechanisms, Part 1 - slide 26 : 36

Concrete classes
Bjarne Stroustrup distinguishes between concrete classes and abstract classes
The class Date in §10.3 in The C++ Programming Language is an example of a concrete class