quartz/content/notes/approaches-to-systems-development.md
Jet Hughes 8a667e5693 update
2022-05-27 14:12:53 +12:00

471 B

title tags
approaches-to-systems-development
info201

regardless of the approach, the concept of the model is import for analysis, design, and modelling paradigms

1 traditional

system is a collection of process function programming processes interact with data processes accept inputs and produce ouputs

1 object oriented

system is a collection of objects these objects interact with each other and send and respond to messages