Intro to Object Orientated Programming Part 2 - Properties

PlausiblyDamp

Administrator
Joined
Sep 4, 2002
Messages
6,155
Location
Lancashire, UK
User Rank
*Expert*
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
 

Attachments

Last edited by a moderator:
Back
Top