I'd say in general they are two terms for the same thing. Depending on the circumstances, however, there may be a slight difference:
Object Oriented Programming in my mind is like C++. C++ is a object oriented language but it is entirely possible to write C++ code that has objects or no objects. In other words, objects are not required to use the language. Now I know some purist will say that C++ makes ALL language elements (like int, char, float, etc) objects but this is really thin.
Object Based is more rigorous. Take Java. It's impossible to write a Java program without using objects. Everything is an object. Another example is COM programming. In COM, you deal with objects, and hooking them together.
Just my opinion, your results may vary...
Main Topics
Browse All Topics





by: nietodPosted on 2000-03-12 at 04:11:29ID: 2609336
Nothing.