Microsoft® Visual FoxPro™ presents us with a radically new way of looking at building applications. With the addition of object orientation to the product, Microsoft FoxPro® has matured into a development language that allows us to build arsenals of classes to speed us along the road to building bullet-proof applications quicker than we ever thought possible.
The watchword in FoxPro 2.x development was reusability. Still, FoxPro 2.x's modular style of development did not enforce this practice. Frequently, modules built in FoxPro 2.x were first built "specific" and only later made generic.
The core of software development in an object oriented environment is creating base classes and then building additional classes and objects from those classes. This, by definition, forces us to think in terms of reusability.
Visual FoxPro is a "hybrid" language. Like C++, FoxPro does not require that you use object-oriented programming (OOP) in your systems. Software may still be developed modularly as it was done in the past. OOP, however, adds a powerful new dimension to our software development efforts.
This session will introduce Object Orientation and show examples using Visual FoxPro 3.0.