Lecture overview -- Keyboard shortcut: 'u'  Previous page: Enumerations types -- Keyboard shortcut: 'p'  Next page: Arrays and Strings -- 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    Introduction to C# - slide 9 : 43

Non-simple types
C# allows for a variety of non-simple types, most important Classes
As an object-oriented programming language, C# is much stronger than C when it comes to definition of our own non-simple types