In the C# programming language, an object can be either a value type or a reference type. While a variable of a value type contains its value, a variable of a reference type contains a reference to an ...
But I don't know how to edit objects of the class based on the input from the user. Or if that is even possible. Yes it's possible. You're already doing it for firstname and lastname. From what you've ...