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 and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home  Page 22 : 40
Object-oriented Programming in C#
Specialization, Extension, and Inheritance
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

The overall type hierarchy in C#