phlawed / LearningSoftwareEngineeringUsingCSharp

0 stars 0 forks source link

Handle a situation where BlogStartDate/BirthYear/Awesomeness may not be convertible to appropriate type #3

Open SolutionYogi opened 10 years ago

phlawed commented 10 years ago

Need assistance understanding why default values (MinValue?) get assigned to Person properties where we didn't actually set the property to anything...

SolutionYogi commented 10 years ago

This is where you need to understand Value Types and Reference Types. Search on the Internet and try to understand it.

We will have a separate full discussion about the topic.