What is Descriptive Object Program?

Questions by dipungrh

Showing Answers 1 - 6 of 6 Answers

The technique of identifying objects on the basis of their properties collection or by giving description in the form of string arguments is known as Descriptive Programming. It is mainly used in the following scenarios:

when an object is not present in the object repository or is difficult to identify,
when the application objects are generated dynamically,
when there is a need to reduce the size of object repository,
when specific actions needs to be performed on similar objects identified on the basis of its properties,
when using functions in actions etc.,

Description programming generally requires less maintenance time however, it takes comparatively more time to develop.




  Was this answer useful?  Yes

Rahul

  • Jan 31st, 2012
 

The object diagram should use , When relationship of objects are getting at the runtime and system is very complex

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions