Lecture overview -- Keyboard shortcut: 'u'  Previous page: What about nested classes in C++? -- Keyboard shortcut: 'p'  Next page: Pointer to members -- 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 11 : 24

What about prevention of derivation in C++

In Java a class can be final

In C# a class can be sealed

Such means of expression does not exist in C++