Monday, May 24, 2010

Why is an array in C++ called a derived data type please explain in detail?

Here you go


http://www.verhoef.com/outlines/CPlus2C....


///

Why is an array in C++ called a derived data type please explain in detail?
A derived data type is a user defined definition of logical construct to be used as an abstraction in the software.


Since we can define an array of user defined datatypes it is called an derived data type in C++


No comments:

Post a Comment