Lecture overview -- Keyboard shortcut: 'u'  Previous page: Class Inheritance in C# -- Keyboard shortcut: 'p'  Next page: Methods in the class <b><kbd>Object</kbd></b> in C# -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Specialization, Extension, and Inheritance - slide 22 : 40

The top of the class hierarchy

The root of the class hierarchy is the class called Object

The methods in class Object are shared between reference types and value types