InterviewSolution
Saved Bookmarks
| 1. |
What Is Variable ? |
|
Answer» An item of data NAMED by an identifier. Each variable has a TYPE, such as int or OBJECT, and a scope. See also class variable, instance variable, LOCAL variable. An item of data named by an identifier. Each variable has a type, such as int or Object, and a scope. See also class variable, instance variable, local variable. |
|