Lecture overview -- Keyboard shortcut: 'u'  Previous page: C# versus Java -- Keyboard shortcut: 'p'  Next page: Operations -- 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 20 : 43
Object-oriented Programming in C#
Introduction to C#
Types

  • Similarities.

    • Classes in both C# and Java

    • Interfaces in both C# and Java

  • Differences.

    • Structs in C#, not in Java

    • Delegates in C#, not in Java

    • Nullable types in C#, not in Java

    • Class-like Enumeration types in Java; Simpler approach in C#