IntroductionLesson 1: Getting Started with C#Lesson 2: Operators, Types, and VariablesVariables and TypesThe Boolean TypeIntegral TypesFloating Point and Decimal TypesThe string TypeEscape SequencesC# OperatorsThe Array TypeSummaryLesson 3: Control Statements - SelectionThe if StatementThe if-else statementThe switch StatementBranching StatementsLesson 4: Control Statements - LoopsThe while LoopThe do while LoopThe for LoopThe foreach LoopLesson 5: MethodsMethod StructureLesson 6: NamespacesNamespace DeclarationLesson 7: Introduction to ClassesClassesLesson 8: Class InheritanceLesson 9: PolymorphismPolymorphismLesson 10: PropertiesOverview of PropertiesCreating Auto-Implemented PropertiesCreating a Write-Only PropertyCreating Read-Only PropertiesEncapsulating Type State with PropertiesTraditional Encapsulation Without PropertiesLesson 11: IndexersIndexersOverloaded IndexersInheritance 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. Was this helpful? Yes No Suggest edit « PolymorphismOverview of Properties » Suggest Edit Captcha : Submit