Lecture overview -- Keyboard shortcut: 'u'  Previous page: Base class access - Examples -- Keyboard shortcut: 'p'    Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Lecture 4 - Page 24 : 24
Notes about C++
Abstraction Mechanisms, Part 2
Discussion: No single most general class in C++

  • The C++ Programming Language: Page 438
 

There is no Object class - a common superclass to all other classes - in C++?

How is it possible to do object-oriented programming without class Object?

Go to exerciseNo single most general class in C++