Lecture overview -- Keyboard shortcut: 'u'  Previous page: Program Documentation -- Keyboard shortcut: 'p'  Next page: Documentation of C# Programs -- 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 3 : 13
Object-oriented Programming in C#
Documentation of Object-oriented Programs
Program Documentation - When and Where?

  • Temporal: When is the documentation written?

    • The documentation is written before the program

    • The documentation is written together with the program

    • The documentation is written after the program is completed

  • Spatial: How is the documentation organized relative to the program structure

    • The documentation is written in documents separate from the program

    • The documentation and program are written and organized together

      • The documentation resides inside the program

      • The program resides inside the documentation