IBM has posted an article on developerWorks that discusses the dynamic OO nature of PHP 5 that WASP was built to take advantage of:

The introduction of new object-oriented programming (OOP) features in PHP V5 has significantly raised the level of functionality in this programming language. Not only can you have private, protected, and public member variables and functions -- just as you would in the Java™, C++, or C# programming languages -- but you can also create objects that bend at runtime, creating new methods and member variables on the fly. You can't do that with the Java, C++, or C# languages.

Submitted by bfioca on Wed, 2006-02-22 08:17.
login or register to post comments | 2403 reads