Test Your Knowledge

C# Fundamentals - Lesson 10: Methods Basics Quiz

Answer all questions to test your understanding

1 What is a method in C#?
2 What is method overloading?
3 What does the 'params' keyword do?
4 What is the difference between ref and out parameters?
5 What is a static method?