CSC/ECE 517 Fall 2011/ch1 1b tj: Difference between revisions
Jump to navigation
Jump to search
m (→Introduction) |
|||
Line 2: | Line 2: | ||
--------------------- | --------------------- | ||
= Introduction = | = Introduction = | ||
In this wiki, we are going to talk about collections frameworks : their history, the advantages of standard collections frameworks (like Java), compared to that of C++, the advantages of collections built into languages like Ruby compared to those having collections as class libraries. We will illustrate the advantages and compare the differences with some examples. | |||
== What is a collections framework? == | == What is a collections framework? == |
Revision as of 17:08, 6 September 2011
Collections Framework
Introduction
In this wiki, we are going to talk about collections frameworks : their history, the advantages of standard collections frameworks (like Java), compared to that of C++, the advantages of collections built into languages like Ruby compared to those having collections as class libraries. We will illustrate the advantages and compare the differences with some examples.