cfproperty, onMissingMethod and data type validation

September 16, 2008

Using cfproperty means you can still have a documented API and date type checking when you use the onMissingMethod technique for getters and setters. Read more »

OOP Terminology : Part IV - Scopes

September 09, 2008

When you create CFCs you need to be careful that you don't expose more data than you need to. When you create a CFC you need to be aware of the different scopes available. This is an overview of the three types. Read more »

OOP Terminology : Part III

August 11, 2008

An introduction to interfaces, concrete, abstract, derived and base classes. Read more »

OOP Terminology : Part II

July 09, 2008

In my first post on OOP Terminology I wrote about Inheritance, Polymorphism and Encapsulation. This time, I'm looking at Abstraction. Read more »

OOP Terminology

July 06, 2008

Ben Nadel has recently started blogging about OOPhoto, as he attempts to learn OOP. I thought I'd start blogging about the terminology and concepts behind OOP as I learn it. Read more »

« Previous Page