Object Oriented Model
The Object Oriented Model is based on collection of objects. An object contains values stored in instance variable within the object.
An object also contains bodies of code that operate on the object. These bodies of code are called methods objects that contain the same type of values and the same methods are grouped together into classes.
Advantages of Object Oriented Model
1:Applications require less code.
2: Application use more natural data model.
3: It provides higher performance management of objects and complex interrelationship between objects.
4: Object Oriented features improve productivity.
5: Data access is easy.
No comments:
Post a Comment