InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of Overrides? |
|
Answer» The basic PURPOSE of Overrides is to temporarily CHANGE the attributes of a file. So you don't have to create permanent files for every combination of attributes your application might need. Overrides GIVES you the FLEXIBILITY to use existing MODEL files and dynamically change their attributes. The basic purpose of Overrides is to temporarily change the attributes of a file. So you don't have to create permanent files for every combination of attributes your application might need. Overrides gives you the flexibility to use existing model files and dynamically change their attributes. |
|