Friday, August 13, 2010

What is Modular , Object-Based and Object-Oriented?

Lets clear our mind.
What is Modular ?
What is Object-based?
What is Object-Oriented ? How are they different?

If a language only supports encapsulation of objects it is modular.
But, if it supports encapsulation and polymorphism it is object based.
Whereas, if a language supports encapsulation, polymorphism and inheritance is it Object-Oriented.

No comments:

Post a Comment