0
I'm not understanding what methods are (C#)
I'm a very very very new code learner and I'm currently taking the C# course on solo learn and have reached the method section of the course. Right now I'm on the recursion lesson and I'm not really confident that I understand any of the concepts and their purpose such as ref, out, and recursion, static, parameters, and I'm approaching the end unit with mostly confusion. I would really appreciate if someone were to link a video about the concepts or explain some of the concepts
2 odpowiedzi
+ 3
How about use the web to search for more info about each of those concepts? We have the power at our finger tips.
I just searched C# Ref
And I found this
https://www.geeksforgeeks.org/ref-in-c-sharp/
and this
https://www.youtube.com/watch?v=lYdcY5zulXA
In less than 1ms.
0
Thank you, I just have a lack of confidence in my coding skills and can easily get overwhelmed.