Array
Why an array is called a derived data?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jan 16, 2012, 5:32 AM
http://www.tenouk.com/download/pdf/Module7.pdf
Pravin MorePosted Jan 16, 2012, 1:35 AM
In simple words,we can say
A derived type is formed by using one or more basic types in combination.
so what Array is?
its set of element of some basic datatype,it can be Integer,character....etc.
so,thats the reason array is derived type.
Thanks,
Pravin.
AartiPosted Jan 16, 2012, 12:34 AM
Derived data types are the data types which are derived from the fundamental data types.
It is further divided into 2 categories:
1. Built-In Derived Data Type.Like Arrays
2. User Defined Derived Data Type. Like Class
Arrays: array is derived type in the sense it can be used as a type in programming Language but
fundamentally an array is a set or a collection of variables of same type. so its not elementary
but derived from elementary types.