11.Lesson 10: Properties #

This lesson teaches C# Properties. Our objectives are as follows:
• Understand What Properties Are For.
• Implement a Property.
• Create a Read-Only Property.
• Create a Write-Only Property.
• Create an auto-implemented property.

Suggest Edit