Linked by John Collins on Wed 21st Apr 2004 06:42 UTC
General Development The purpose of this article is to give a novice programmer the basic idea of what OOP is, as implemented using PHP. Readers should have a basic knowledge of programming ie what variables are, variable types, basic methods of writing comments, and how to enter code into a text editor.
Permalink for comment
To read all comments associated with this story, please click here.
AOP
by valraven on Wed 21st Apr 2004 21:48 UTC

>One interesting area in all of this might be the concepts
> of Aspect-Oriented programming (AOP). It seems to me the >point of AOP is to resolve precisely those method lock-in
> issues of traditional OOP.

I think the logical conclusion of AOP is that methods
and classes do not exist. Otherwise what does my method
or class mean anymore if anyone can change it to do
anything and i can't even tell that it happened?