Holy
Classes in C#
Hello, currently learning C# through the microsoft developer course on youtube. I don't have an intuitive idea of what classes are exactly.
For example if I do
System.Console.WriteLine()
, is System a bunch of System related "classes", and Console is a class which contains different methods related to the console?
So basically like a container? When I look for a definition on google it says a class is a blueprint or a template. In this case is WriteLine a method of an instance of Console?30 replies