answersLogoWhite

0

Arrray has a fixed size i.e it's size cannot be increased or decreased without reconstruction it, but this facility is only provided by some languages not all..

Collection on the other hand does not need to be reconstructed, it increases or decreases its size if we add or remove items from it..

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the visual difference between a galaxy and a star?

A galaxy is a collection of billions of stars. The brighter of these may show up separately, if sufficiently magnified.


How do you create a program in visual basic?

arrays programms in visual basic


What is the difference between projects and form in Visual Basic 6?

a project in visual basic is a collection of different objects like forms. it is saved with an extension of .vbp. A form in visual basic displays various controls that provide the user interface. it is saved with an extension of .frm.


What is difference between visual foxpro and visual basic?

By Spelling XD


What is the visual difference between simplified and standard memos?

There is a visual difference between a simplified and a standard memo. The simplified has a cleaner look where information is found more quickly.


What is the difference between matlab n visual basic?

no thing


What is Difference between visual studio 2005 and visual studio 2008?

not that much. Just one is older


What is Difference between project and form in visual basic?

Project: is a collection of different objects.It is saved with the extension of .vbp Form: is an introduction screen, a dialog box giving the user warning e.t.c. It is saved with the extension of .


What is the difference between visual basic and visual c?

The programming language: Visual Basic is a BASIC-like (or BASIC-derived) language, Visual C is... well C.


What is the difference between legal and educational definitions for hearing impaired?

What is the difference between legal and educational definitions for hearing and visual impaired.


What is the difference between actual and visual weight as it relates to balance?

Anal Burger


What do you mean by MFC Collection Classes in visual programming?

MFC provides a number of ready-to-use arrays, lists, and maps that are referred to as collection classes. Using a collection allows the programmer to hold, process, or store groups of class objects or variables of certain standard types. You can use these collection classes to store objects in memory, and for some standard types they provide serialization support also. The collection varies in size to accommodate as many objects as memory constraints will allow. A collection object appears as a single object. Class member functions can operate on all elements of the collection. A collection class is characterized by its shape and by the types of its elements. The shape refers to the way the objects are organized and stored by the collection. MFC provides three basic collection shapes: arrays, lists, and maps (also known as dictionaries).