Search:
Forum
Lounge
Java Collections
Java Collections
May 7, 2016 at 10:18am UTC
sureshk100
(2)
In C++ collections are not available.. In this topic i will explain about Java Collections..A Collection allows a group of objects to be treated as a single unit. Collections define a set of core interfaces. These are –
Collection
Set
List
SortedSet
Map
SortedMap
Collections also provide implementation for these interfaces.
To know more about Java Collections Click the link given below
http://www.javaprepare.com/java-tutorial/java-collections/
C++ Tutorial
http://www.cplusplus.com/doc/tutorial/
Last edited on
May 7, 2016 at 10:18am UTC
May 7, 2016 at 2:24pm UTC
LB
(13399)
C++ does have collections:
http://www.cplusplus.com/reference/stl/
http://en.cppreference.com/w/cpp/container
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs