InterviewSolution
| 1. |
What Are Property Classes ? Can Property Classes Have Trigger? |
|
Answer» Property class INHERITANCE is a POWERFUL feature that allows you to quickly define objects that conform to your own interface and functionality STANDARDS. Property classes also allow you to MAKE global changes to applications quickly. By SIMPLY changing the definition of a property class, you can change the definition of all objects that inherit properties from that class. Property class inheritance is a powerful feature that allows you to quickly define objects that conform to your own interface and functionality standards. Property classes also allow you to make global changes to applications quickly. By simply changing the definition of a property class, you can change the definition of all objects that inherit properties from that class. |
|