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

  • Similarities: Operations in both Java and C#

    • Methods

  • Differences: Operations only in C#

    • Properties

    • Indexers

    • Overloaded operators

    • Anonymous methods