PlausiblyDamp
Administrator
Intro to OOP Part 2
Guide to Object Orientated code in .Net part 2
This post is a continuation of the one found here
Introduction
In the previous article we looked at how to create a simple class and saw how to then use the functionality it provided. In this article we will look at a feature that can make our coding life a little bit easier and our code a little bit cleaner.
Properties
One nice syntax feature .Net offers is the concept of a property
Guide to Object Orientated code in .Net part 2
This post is a continuation of the one found here
Introduction
In the previous article we looked at how to create a simple class and saw how to then use the functionality it provided. In this article we will look at a feature that can make our coding life a little bit easier and our code a little bit cleaner.
Properties
One nice syntax feature .Net offers is the concept of a property
Attachments
Last edited by a moderator: