Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does Visula have arrays?

arrays visula
0
10 Posted

Does Visula have arrays?

0
10

(Review question from VL/HCC 2006) Yes – RFTM! Visula does not have a built-in notation for arrays. Instead it treats arrays as objects, and uses method calls to access the array. This is better because it does not introduce a (redundant!) notation for arrays, and because dynamic typing allows an algorithm to work on any type of container (e.g. a linked list) without hard-coding the fact that we are dealing with an array. This kind of flexibility was introduced in the C++ standard template library.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.