Lecture overview -- Keyboard shortcut: 'u'  Previous page: Reference Parameters -- Keyboard shortcut: 'p'  Next page: Use of ref and out parameters in OOP -- 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    Data Access, Properties, and Methods - slide 25 : 29

Output Parameters
Output parameters are used for output from methods. The method is supposed to assign values to output parameters.
ex.cs
The class A with a DoAdd method.
output
Output of class A with DoAdd.