3.4 Applications

The record ADT architecture is not just a textbook topic of a data structure class. It is used frequently in the implementation of dataset in database programs. Some languages, such as Visual Basic, support a flexible record type (like the one described by this module) natively. This is why programs written in VBA for Access appear much cleaner and more concise compared to equivalent programs written in C/C++.

Copyright © 2006-09-13 by Tak Auyeung