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 and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Lecture 4 - Page 11 : 24
Notes about C++
Abstraction Mechanisms, Part 2
What about prevention of derivation in C++

  • Effective C++, Third edition: page 43. Item 7
 

In Java a class can be final

In C# a class can be sealed

Such means of expression does not exist in C++