Lecture overview -- Keyboard shortcut: 'u'  Previous page: Hiding inherited names -- Keyboard shortcut: 'p'  Next page: What about interfaces in C++? -- 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 2 - slide 8 : 24

Abstract Classes
An abstract class in C++ is a class with one or more pure virtual functions
pure-virtual.cc
A variant were vf is a pure virtual function in class A.