InterviewSolution
Saved Bookmarks
| 1. |
What is the framework?(a) User time efficiency(b) Author time efficiency(c) Both User time and Author time efficiency(d) Client time efficiency |
|
Answer» Right choice is (b) Author time efficiency For explanation I would say: A framework, or software framework, is a platform for developing software applications. Frameworks are an author-time efficiency, meaning that they make coding tasks much simpler by abstracting the real work that goes into doing those tasks. |
|