SoloLearn – C# Tutorial: Classes and Encapsulation
Day 41 #100DaysOfCode
Further study and note-taking on Classes taught me how they are structured and implemented via Access Modifiers.
This led into Encapsulation, which is used to restrict access to certain types of data.
Right now this is all just theory-learning, but I’m sure I will soon be putting it into practice with some actual coding.