Thursday, December 24, 2009

What is difference between object oriented & object based programming?

To quote Wikipedia





In a technical sense, the term ';object-based language'; may be used to describe any programming language that is based on the idea of encapsulating state and operations inside ';objects';. Object-based languages need not support inheritance or subtyping, but those that do are also said to be ';object-oriented';. Object-based languages that do not support inheritance or subtyping are usually not considered to be true object-oriented languages.What is difference between object oriented %26amp; object based programming?
Object-based ignores polymorphism and inheritance. In other words, VisualBasic. Object-base is like a toy set of building blocks. One doesn't modify the toy set, just hope there is a widget to fit your needs.





Object-oriented allows piggy-back upon existing code, one modifies the original code by overwriting portions of the code they want to customize. Java is an example of OOPs.What is difference between object oriented %26amp; object based programming?
from what i can tell by the semantics of the question the only difference is how you want to call it. ;)

No comments:

Post a Comment