Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Practice Methods in C#!
You have completed Practice Methods in C#!
Preview
In this video, we'll review the solution to the third and final challenge.
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
Public void Loan And just
0:01
like before since this method won't return
a value, I used void for the return type.
0:07
Actually, when overloading a method,
the return types have to match.
0:13
If they don't match,
the C# compiler will generate an error.
0:18
Since this version of the method
will be used to loan out an item
0:22
without supplying the loanee's name,
we don't need to define any parameters.
0:25
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up