InterviewSolution
Saved Bookmarks
| 1. |
Explain the following terms : (i) IDE(ii) Inspector Window(iii) Form |
|
Answer» (i) IDE : IDE is an acronym for Integrated Development Environment which is a work environment that integrates all tools necessary for Application Development and makes them available as part of one environment. (ii) Inspector Window : It provides a hierarchical tree view of various components. Each form is represented by a root node within which all components in the form's class are contained. (iii) Form : Forms are used to accept data (input) and submit data to an external agent for processing. |
|