Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
- Module 1: This module covers the syntax of creating and executing methods. Creating reusable code and structuring solutions using methods are reviewed.
- Create your first c sharp method
- Identify parts of code that can be modularized
- Use methods to organize code into specific tasks
- Module 2: This module covers method parameters, including pass-by-reference and pass-by-value parameter types. This module also covers optional and named arguments.
- Learn more about using parameters
- Understand method scope
- Understand pass-by-reference and pass-by-value parameter types
- Learn how to use optional and named arguments
- Module 3: This module covers the return keyword and returning values from methods.
- Understand return types
- Learn more about the return keyword
- Learn more about capturing method return values
- Module 4: Create an application that coordinates school visits to a petting zoo. This project requires the use of different methods with return types and parameters to complete the code.
- Plan design details with pseudo-code
- Use methods to perform specific tasks
- Create methods that accept require and optional parameters
- Use values returned from methods
- Module 5: Use methods with parameters and return values to develop the features of a console mini-game.
- Use Visual Studio Code to develop a C# console application that uses methods to implement logical workflows.
- Understand existing code and make informed changes to design.
- Create return values as well as required and optional parameters in methods.