InterviewSolution
Saved Bookmarks
| 1. |
Explain About Lists? |
|
Answer» A list is a construct that ASSOCIATES DATA elements together and you can specify a list by ENCLOSING those elements in parenthesis and separating them with commas. They could themselves be arrays, HASHES or even other lists. Lists do not have a specific list data TYPE. A list is a construct that associates data elements together and you can specify a list by enclosing those elements in parenthesis and separating them with commas. They could themselves be arrays, hashes or even other lists. Lists do not have a specific list data type. |
|