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

With respect to the basic language constructs, C# and Java are very close to each other

  • Types

    • Richer repertoire in C# than in Java

  • Operations

    • Richer repertoire in C# than in Java

Strong overall similarities - Different with respect to a lot of details