InterviewSolution
Saved Bookmarks
| 1. |
What Do You Mean Structures And Types? |
|
Answer» A structure is a collection of ONE or more RELATED variable of the same or different data types grouped under a single name. Global: Not ASSOCIATED with any OBJECTS. OBJECT Level: Associated with particular types of windows, menu or user object. A structure is a collection of one or more related variable of the same or different data types grouped under a single name. Global: Not associated with any objects. Object Level: Associated with particular types of windows, menu or user object. |
|