Structured Data Programming does for the data what Structured Programming did for the program logic
Structured Programming
Brought order to messy code
GOTO statements not allowed
in application code
Enabled automatic memory management
Structured Data Programming
Brings order to messy data
Pointer/reference members not allowed
in application classes
Enables automatic p