InterviewSolution
Saved Bookmarks
| 1. |
What Is Declaration ? |
|
Answer» A statement that establishes an identifier and associates attributes with it, without necessarily reserving its storage (for DATA) or providing the IMPLEMENTATION (for methods). SEE also definition. A statement that establishes an identifier and associates attributes with it, without necessarily reserving its storage (for data) or providing the implementation (for methods). See also definition. |
|