InterviewSolution
Saved Bookmarks
| 1. |
Do Collections Have Methods? If Yes, Give An Example ? |
|
Answer» Yes, COLLECTIONS have built-in METHODS, which are used to EXAMINE and manipulate the attributes of the collection, as shown in the FOLLOWING code: Yes, collections have built-in methods, which are used to examine and manipulate the attributes of the collection, as shown in the following code: |
|