Lecture overview -- Keyboard shortcut: 'u'  Previous page: Procedures and Functions -- Keyboard shortcut: 'p'  Next page: Combined C# and Visual Basic Programming -- 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 37 : 43
Object-oriented Programming in C#
Introduction to C#
Procedures and Functions

  • Procedures

    • VB: Subprogram

    • C#: void method (void function)

  • Functions

    • VB: Functions

    • C#: int method or someType method

  • Parameter passing

    • Both languages support call by value and call by reference