InterviewSolution
| 1. |
What Are Non-visual User Objects? |
|
Answer» Non-visual USER object is an object that encapsulates attributes and functions but is not visible to the user. NVO is a collection of business user functions. They can be Custom CLASS and Standard Class. NVOs are useful because they allow you to encapsulate application OPERATIONS into objects making them easier to develop, manage and maintain and ALSO to encapsulate all security management for an application into a single object. Non-visual user object is an object that encapsulates attributes and functions but is not visible to the user. NVO is a collection of business user functions. They can be Custom Class and Standard Class. NVOs are useful because they allow you to encapsulate application operations into objects making them easier to develop, manage and maintain and also to encapsulate all security management for an application into a single object. |
|